From patchwork Mon Mar 15 08:22:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: cifs: trivial white space Date: Sun, 14 Mar 2010 22:22:26 -0000 From: Dan Carpenter X-Patchwork-Id: 53728 Message-Id: <20100315082226.GE18181@bicker> To: Steve French Cc: Jeff Layton , samba-technical@lists.samba.org, Jeff Moyer , linux-cifs-client@lists.samba.org, Christoph Hellwig I fixed the indent level. Signed-off-by: Dan Carpenter diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 6118358..1014d07 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) {