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

Fixes coccicheck warning:

fs/cifs/smb2ops.c:807:2-36: 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/smb2ops.c