Re: [PATCH] bio-integrity: fix boolreturn.cocci warnings

2017-07-04 Thread Jens Axboe
On 07/04/2017 12:14 PM, kbuild test robot wrote: > block/bio-integrity.c:318:10-11: WARNING: return of 0/1 in function > 'bio_integrity_prep' with return type bool > > Return statements in functions returning bool should use > true/false instead of 1/0. > Generated by:

Re: [PATCH] bio-integrity: fix boolreturn.cocci warnings

2017-07-04 Thread Jens Axboe
On 07/04/2017 12:14 PM, kbuild test robot wrote: > block/bio-integrity.c:318:10-11: WARNING: return of 0/1 in function > 'bio_integrity_prep' with return type bool > > Return statements in functions returning bool should use > true/false instead of 1/0. > Generated by:

[PATCH] bio-integrity: fix boolreturn.cocci warnings

2017-07-04 Thread kbuild test robot
block/bio-integrity.c:318:10-11: WARNING: return of 0/1 in function 'bio_integrity_prep' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: scripts/coccinelle/misc/boolreturn.cocci Fixes: e23947bd76f0 ("bio-integrity: fold

[PATCH] bio-integrity: fix boolreturn.cocci warnings

2017-07-04 Thread kbuild test robot
block/bio-integrity.c:318:10-11: WARNING: return of 0/1 in function 'bio_integrity_prep' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: scripts/coccinelle/misc/boolreturn.cocci Fixes: e23947bd76f0 ("bio-integrity: fold