aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/netmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/netmisc.c')
-rw-r--r--fs/cifs/netmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/netmisc.c b/fs/cifs/netmisc.c
index 40ed5c9caad3..ef9c98145850 100644
--- a/fs/cifs/netmisc.c
+++ b/fs/cifs/netmisc.c
@@ -816,7 +816,7 @@ map_smb_to_linux_error(struct smb_hdr *smb)
816 cFYI(1, (" !!Mapping smb error code %d to POSIX err %d !!", 816 cFYI(1, (" !!Mapping smb error code %d to POSIX err %d !!",
817 smberrcode, rc)); 817 smberrcode, rc));
818 818
819 /* generic corrective action e.g. reconnect SMB session on 819 /* generic corrective action e.g. reconnect SMB session on
820 * ERRbaduid could be added */ 820 * ERRbaduid could be added */
821 821
822 return rc; 822 return rc;