cifs: trivial white space

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, March 19, 2010 - 9:59 am

Gitweb:     http://git.kernel.org/linus/8212cf7583a5ba5d213d9c9180be808222a2813f
Commit:     8212cf7583a5ba5d213d9c9180be808222a2813f
Parent:     ff215713eb33c56301cf6bfec0143ddc7f22c138
Author:     Dan Carpenter <error27@gmail.com>
AuthorDate: Mon Mar 15 11:22:26 2010 +0300
Committer:  Steve French <sfrench@us.ibm.com>
CommitDate: Mon Mar 15 15:19:47 2010 +0000

    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>
---
 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 903d538..20959be 100644
--- a/fs/cifs/cifssmb.c
+++ b/fs/cifs/cifssmb.c
@@ -500,7 +500,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
 	} else if (pSMBr->hdr.WordCount == 13) {
 		cERROR(1, ("mount failed, cifs module not built "
 			  "with CIFS_WEAK_PW_HASH support"));
-			rc = -EOPNOTSUPP;
+		rc = -EOPNOTSUPP;
 #endif /* WEAK_PW_HASH */
 		goto neg_err_exit;
 	} else if (pSMBr->hdr.WordCount != 17) {
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
cifs: trivial white space, Linux Kernel Mailing ..., (Fri Mar 19, 9:59 am)