]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fix boolreturn.cocci warning
authorChangcheng Deng <deng.changcheng@zte.com.cn>
Fri, 14 Jan 2022 22:07:21 +0000 (14:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Jan 2022 14:30:29 +0000 (16:30 +0200)
commit2ec2ffcfc264a28dbe5f2792826708d6eababbaa
treeb42a10d70e2b598b9d2d6534abd501835e4eac3c
parent5df77bd03e0d53285695a25d6db234f5d014f0ad
mm: fix boolreturn.cocci warning

Return statements in functions returning bool should use true/false
instead of 1/0.

Link: https://lkml.kernel.org/r/20211126073327.74815-1-deng.changcheng@zte.com.cn
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/page-flags.h