diff options
author | Zou Wei <[email protected]> | 2020-06-04 16:49:46 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-06-04 19:06:24 -0700 |
commit | fa1f68cc88f1dce6b7bb37628eb7c25c96593183 (patch) | |
tree | c176bba997b2fd0332b55d377ee067a6765f0d1d /lib/mpi/mpi-internal.h | |
parent | 985ba004be29b857f3475eea961af5ac6ea5fa4d (diff) |
mm: use false for bool variable
Fixes coccicheck warnings:
mm/zbud.c:246:1-20: WARNING: Assignment of 0/1 to bool variable
mm/mremap.c:777:2-8: WARNING: Assignment of 0/1 to bool variable
mm/huge_memory.c:525:9-10: WARNING: return of 0/1 in function 'is_transparent_hugepage' with return type bool
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Zou Wei <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions