Re: [PATCH] sparc: mm: return true,false in kern_addr_valid()

From: David Miller
Date: Wed May 06 2020 - 17:02:01 EST


From: Jason Yan <yanaijie@xxxxxxxxxx>
Date: Wed, 6 May 2020 14:16:59 +0800

> This function's return type is bool and returns both true/false and 0/1.
> This fixes the following coccicheck warning:
>
> arch/sparc/mm/init_64.c:1652:9-10: WARNING: return of 0/1 in function
> 'kern_addr_valid' with return type bool
>
> Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx>

Applied, thanks.