diff options
author | Steve French <sfrench@us.ibm.com> | 2007-07-17 17:34:02 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-07-17 17:34:02 +0000 |
commit | 63135e088a604b955746c51964c195c8d3ebac11 (patch) | |
tree | 506ec95bfeb29c3bacf2cc561045e8bb2f92d31e /fs/cifs/link.c | |
parent | 7e42ca886b0282679c2721dc4853163cc89b8a34 (diff) | |
download | linux-63135e088a604b955746c51964c195c8d3ebac11.tar.gz linux-63135e088a604b955746c51964c195c8d3ebac11.tar.bz2 linux-63135e088a604b955746c51964c195c8d3ebac11.zip |
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/link.c')
-rw-r--r-- | fs/cifs/link.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/link.c b/fs/cifs/link.c index e79b1c3e5f39..7da755c6550a 100644 --- a/fs/cifs/link.c +++ b/fs/cifs/link.c @@ -287,7 +287,8 @@ cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen) fid, cifs_sb->local_nls); if (CIFSSMBClose(xid, pTcon, fid)) { - cFYI(1,("Error closing junction point (open for ioctl)")); + cFYI(1, ("Error closing junction point " + "(open for ioctl)")); } if (rc == -EIO) { /* Query if DFS Junction */ |