diff options
author | Jing Yangyang <jing.yangyang@zte.com.cn> | 2021-08-23 23:07:02 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-08-24 10:11:21 -0600 |
commit | 62283c6c9d4c1018badcd0b9c5b6ca66d978fa0d (patch) | |
tree | d627174a7cabe949d5dee49c69eeb73bcfc230a2 /crypto/af_alg.c | |
parent | f5975d18d46ae8485bb08161086e59360844840b (diff) | |
download | linux-stable-62283c6c9d4c1018badcd0b9c5b6ca66d978fa0d.tar.gz linux-stable-62283c6c9d4c1018badcd0b9c5b6ca66d978fa0d.tar.bz2 linux-stable-62283c6c9d4c1018badcd0b9c5b6ca66d978fa0d.zip |
include:libata: fix boolreturn.cocci warnings
./include/linux/libata.h:1462:8-9:WARNING: return of 0/1 in function
'ata_is_host_link' 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
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Jing Yangyang <jing.yangyang@zte.com.cn>
Link: https://lore.kernel.org/r/20210824060702.59006-1-deng.changcheng@zte.com.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto/af_alg.c')
0 files changed, 0 insertions, 0 deletions