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)
commit01d1bd76a170c1cf1864b3b3ef1f8502f189148e
treef9de687c4b12d30a42a0964a5fe1de0ed9c8347f
parent720aec01262d49dbce17d862d8cdbfd3cfef4261
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