summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French2008-08-06 06:23:13 +0200
committerSteve French2008-08-06 06:23:13 +0200
commit063ea27925d70b1d9dd4343d685f722f0274bfd1 (patch)
treeb769dc3b84fd01a7e045b97a55fc9c59d9215e47
parentbundle up Unix SET_PATH_INFO args into a struct and change name (diff)
downloadkernel-qcow2-linux-063ea27925d70b1d9dd4343d685f722f0274bfd1.tar.gz
kernel-qcow2-linux-063ea27925d70b1d9dd4343d685f722f0274bfd1.tar.xz
kernel-qcow2-linux-063ea27925d70b1d9dd4343d685f722f0274bfd1.zip
[CIFS] fix trailing whitespace
Jeff left trailing whitespace in previous patch Signed-off-by: Steve French <sfrench@us.ibm.com>
-rw-r--r--fs/cifs/cifssmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
index ced8eaa9d37d..f6e83a78618e 100644
--- a/fs/cifs/cifssmb.c
+++ b/fs/cifs/cifssmb.c
@@ -5014,7 +5014,7 @@ SetAttrLgcyRetry:
int
CIFSSMBUnixSetInfo(const int xid, struct cifsTconInfo *tcon, char *fileName,
- const struct cifs_unix_set_info_args *args,
+ const struct cifs_unix_set_info_args *args,
const struct nls_table *nls_codepage, int remap)
{
TRANSACTION2_SPI_REQ *pSMB = NULL;