diff options
author | Steve French <sfrench@us.ibm.com> | 2006-05-31 18:05:34 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-05-31 18:05:34 +0000 |
commit | 26a21b980b1897b11fd7f9ba4bf6060c9e15df10 (patch) | |
tree | c56627f5ced7e016a4a9ec388a479270226cce27 /fs/cifs/dir.c | |
parent | e6ed89ac9f5da16fea5111651b6de0ff0a76a5c2 (diff) | |
download | linux-3.10-26a21b980b1897b11fd7f9ba4bf6060c9e15df10.tar.gz linux-3.10-26a21b980b1897b11fd7f9ba4bf6060c9e15df10.tar.bz2 linux-3.10-26a21b980b1897b11fd7f9ba4bf6060c9e15df10.zip |
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
Diffstat (limited to 'fs/cifs/dir.c')
-rw-r--r-- | fs/cifs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index 82315edc77d..57bdf7f734b 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c @@ -191,7 +191,7 @@ cifs_create(struct inode *inode, struct dentry *direntry, int mode, cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SPECIAL_CHR); } if (rc) { - cFYI(1, ("cifs_create returned 0x%x ", rc)); + cFYI(1, ("cifs_create returned 0x%x", rc)); } else { /* If Open reported that we actually created a file then we now have to set the mode if possible */ |