diff options
author | Dan Carpenter <error27@gmail.com> | 2010-03-15 04:22:26 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-03-15 11:19:47 -0400 |
commit | 8212cf7583a5ba5d213d9c9180be808222a2813f (patch) | |
tree | dc62d8f4813e5af5c1b615fab059ca2b78b3aca6 /fs/cifs/cifssmb.c | |
parent | ff215713eb33c56301cf6bfec0143ddc7f22c138 (diff) |
cifs: trivial white space
I fixed the indent level.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 903d53871da7..20959befc705 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -500,7 +500,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) | |||
500 | } else if (pSMBr->hdr.WordCount == 13) { | 500 | } else if (pSMBr->hdr.WordCount == 13) { |
501 | cERROR(1, ("mount failed, cifs module not built " | 501 | cERROR(1, ("mount failed, cifs module not built " |
502 | "with CIFS_WEAK_PW_HASH support")); | 502 | "with CIFS_WEAK_PW_HASH support")); |
503 | rc = -EOPNOTSUPP; | 503 | rc = -EOPNOTSUPP; |
504 | #endif /* WEAK_PW_HASH */ | 504 | #endif /* WEAK_PW_HASH */ |
505 | goto neg_err_exit; | 505 | goto neg_err_exit; |
506 | } else if (pSMBr->hdr.WordCount != 17) { | 506 | } else if (pSMBr->hdr.WordCount != 17) { |