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/dir.c | |
parent | e6ed89ac9f5da16fea5111651b6de0ff0a76a5c2 (diff) |
[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 82315edc77d7..57bdf7f734bf 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, | |||
191 | cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SPECIAL_CHR); | 191 | cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MAP_SPECIAL_CHR); |
192 | } | 192 | } |
193 | if (rc) { | 193 | if (rc) { |
194 | cFYI(1, ("cifs_create returned 0x%x ", rc)); | 194 | cFYI(1, ("cifs_create returned 0x%x", rc)); |
195 | } else { | 195 | } else { |
196 | /* If Open reported that we actually created a file | 196 | /* If Open reported that we actually created a file |
197 | then we now have to set the mode if possible */ | 197 | then we now have to set the mode if possible */ |