]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
fs/cifs: Assign boolean values to a bool variable
authorJiapeng Zhong <abaci-bugfix@linux.alibaba.com>
Thu, 14 Jan 2021 09:09:20 +0000 (17:09 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 18 Jan 2021 01:22:18 +0000 (19:22 -0600)
commit2be449fcf38ff7e44cf76a2bba1376e923637eb1
treeabae5ec53d3144c2f85a46fc47cf9336c8c8e19d
parent19c329f6808995b142b3966301f217c831e7cf31
fs/cifs: Assign boolean values to a bool variable

Fix the following coccicheck warnings:

./fs/cifs/connect.c:3386:2-21: WARNING: Assignment of 0/1 to
bool variable.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Zhong <abaci-bugfix@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c