aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2021-09-13 18:29:46 -0500
committerSteve French <stfrench@microsoft.com>2021-09-13 18:29:46 -0500
commit4c51de1e8f928a5b05248714d832d7d991ac319a (patch)
tree0ae17e5ead70f2b074bfb59dd337db62d4f849e2 /fs/cifs/ioctl.c
parentcifs: remove pathname for file from SPDX header (diff)
downloadlinux-dev-4c51de1e8f928a5b05248714d832d7d991ac319a.tar.xz
linux-dev-4c51de1e8f928a5b05248714d832d7d991ac319a.zip
cifs: fix incorrect kernel doc comments
Correct kernel-doc comments pointed out by the automated kernel test robot. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/ioctl.c')
-rw-r--r--fs/cifs/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c
index 44ae99454fb3..0359b604bdbc 100644
--- a/fs/cifs/ioctl.c
+++ b/fs/cifs/ioctl.c
@@ -358,7 +358,7 @@ long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
if (pSMBFile == NULL)
break;
tcon = tlink_tcon(pSMBFile->tlink);
- caps = le64_to_cpu(tcon->fsUnixInfo.Capability);
+ /* caps = le64_to_cpu(tcon->fsUnixInfo.Capability); */
if (get_user(ExtAttrBits, (int __user *)arg)) {
rc = -EFAULT;