diff options
author | Steve French <sfrench@us.ibm.com> | 2006-05-31 14:05:34 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-05-31 14:05:34 -0400 |
commit | 26a21b980b1897b11fd7f9ba4bf6060c9e15df10 (patch) | |
tree | c56627f5ced7e016a4a9ec388a479270226cce27 /fs/cifs/cifssmb.c | |
parent | e6ed89ac9f5da16fea5111651b6de0ff0a76a5c2 (diff) |
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
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 925881e00ff2..f00369277c06 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -2239,7 +2239,7 @@ CIFSSMBQueryReparseLinkInfo(const int xid, struct cifsTconInfo *tcon, | |||
2239 | } | 2239 | } |
2240 | symlinkinfo[buflen] = 0; /* just in case so the caller | 2240 | symlinkinfo[buflen] = 0; /* just in case so the caller |
2241 | does not go off the end of the buffer */ | 2241 | does not go off the end of the buffer */ |
2242 | cFYI(1,("readlink result - %s ",symlinkinfo)); | 2242 | cFYI(1,("readlink result - %s",symlinkinfo)); |
2243 | } | 2243 | } |
2244 | } | 2244 | } |
2245 | qreparse_out: | 2245 | qreparse_out: |