]> git.baikalelectronics.ru Git - kernel.git/commit
fs/cifs/cifssmb.c: use true,false for bool variable
authorzhengbin <zhengbin13@huawei.com>
Wed, 25 Dec 2019 03:30:21 +0000 (11:30 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 27 Jan 2020 01:24:16 +0000 (19:24 -0600)
commitffced0cf7e8a21dbce016e456586cbd48aebc540
treef9de687c4b12d30a42a0964a5fe1de0ed9c8347f
parentd06a194e555987ac5484049f8de16f5f69fb552f
fs/cifs/cifssmb.c: use true,false for bool variable

Fixes coccicheck warning:

fs/cifs/cifssmb.c:4622:3-22: WARNING: Assignment of 0/1 to bool variable
fs/cifs/cifssmb.c:4756:3-22: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifssmb.c