Re: [PATCH] crash_dump: fix boolreturn.cocci warning

From: Simon Horman
Date: Wed Oct 20 2021 - 06:15:40 EST


On Wed, Oct 20, 2021 at 08:39:05AM +0000, cgel.zte@xxxxxxxxx wrote:
> From: Changcheng Deng <deng.changcheng@xxxxxxxxxx>
>
> ./include/linux/crash_dump.h: 119: 50-51: WARNING: return of 0/1 in
> function 'is_kdump_kernel' with return type bool
>
> Return statements in functions returning bool should use true/false
> instead of 1/0.
>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> Signed-off-by: Changcheng Deng <deng.changcheng@xxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>