Re: [PATCH -next] apparmor: Use true and false for bool variable

2020-05-15 Thread John Johansen
On 4/28/20 4:52 AM, Zou Wei wrote: > Fixes coccicheck warnings: > > security/apparmor/file.c:162:9-10: WARNING: return of 0/1 in function > 'is_deleted' with return type bool > security/apparmor/file.c:362:9-10: WARNING: return of 0/1 in function > 'xindex_is_subset' with return type bool > secu

[PATCH -next] apparmor: Use true and false for bool variable

2020-04-28 Thread Zou Wei
Fixes coccicheck warnings: security/apparmor/file.c:162:9-10: WARNING: return of 0/1 in function 'is_deleted' with return type bool security/apparmor/file.c:362:9-10: WARNING: return of 0/1 in function 'xindex_is_subset' with return type bool security/apparmor/policy_unpack.c:246:9-10: WARNING: