Re: [PATCH] scsi: mvumi: Use true and false for bool variable

2021-03-18 Thread Martin K. Petersen
On Thu, 18 Feb 2021 18:16:11 +0800, Jiapeng Chong wrote: > Fix the following coccicheck warnings: > > ./drivers/scsi/mvumi.c:69:9-10: WARNING: return of 0/1 in function > 'tag_is_empty' with return type bool. Applied to 5.13/scsi-queue, thanks! [1/1] scsi: mvumi: Use true and false for bool var

[PATCH] scsi: mvumi: Use true and false for bool variable

2021-02-18 Thread Jiapeng Chong
Fix the following coccicheck warnings: ./drivers/scsi/mvumi.c:69:9-10: WARNING: return of 0/1 in function 'tag_is_empty' with return type bool. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/scsi/mvumi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a