summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2006-05-31 20:05:34 +0200
committerSteve French <sfrench@us.ibm.com>2006-05-31 20:05:34 +0200
commit26a21b980b1897b11fd7f9ba4bf6060c9e15df10 (patch)
treec56627f5ced7e016a4a9ec388a479270226cce27 /fs/cifs/cifssmb.c
parent[PATCH] ARM: explicitly disable BTB on ixp2350 (diff)
downloadlinux-26a21b980b1897b11fd7f9ba4bf6060c9e15df10.tar.xz
linux-26a21b980b1897b11fd7f9ba4bf6060c9e15df10.zip
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
Diffstat (limited to 'fs/cifs/cifssmb.c')
-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 925881e00ff2..f00369277c06 100644
--- a/fs/cifs/cifssmb.c
+++ b/fs/cifs/cifssmb.c
@@ -2239,7 +2239,7 @@ CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon,
}
symlinkinfo[buflen] = 0; /* just in case so the caller
does not go off the end of the buffer */
- cFYI(1,("readlink result - %s ",symlinkinfo));
+ cFYI(1,("readlink result - %s",symlinkinfo));
}
}
qreparse_out: