summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorYe Liu <liuye@kylinos.cn>2026-04-10 15:47:39 +0800
committerAndrew Morton <akpm@linux-foundation.org>2026-05-28 21:04:49 -0700
commitdb5e2c01ca3a8fba1c0687d7eec3ac701387a31f (patch)
treec804aa73b6558137b608169f62c2fc78e05bfede /scripts/const_structs.checkpatch
parentffe55393137c01aa01940b528afcea8c5a108ed7 (diff)
mm/memory-failure: use bool for forcekill state
'forcekill' is used as a boolean flag to control whether processes should be forcibly killed. It is only assigned from boolean expressions and never used in arithmetic or bitmask operations. Convert it from int to bool. No functional change intended. Link: https://lore.kernel.org/20260410074740.2524718-1-ye.liu@linux.dev Signed-off-by: Ye Liu <liuye@kylinos.cn> Reviewed-by: SeongJae Park <sj@kernel.org> Acked-by: Miaohe Lin <linmiaohe@huawei.com> Cc: Liu Ye <liuye@kylinos.cn> Cc: Naoya Horiguchi <nao.horiguchi@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions