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/xattr.c | |
parent | 7e42ca886b0282679c2721dc4853163cc89b8a34 (diff) | |
download | op-kernel-dev-63135e088a604b955746c51964c195c8d3ebac11.zip op-kernel-dev-63135e088a604b955746c51964c195c8d3ebac11.tar.gz |
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/xattr.c')
-rw-r--r-- | fs/cifs/xattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/xattr.c b/fs/cifs/xattr.c index 836c39e..f61e433 100644 --- a/fs/cifs/xattr.c +++ b/fs/cifs/xattr.c @@ -184,7 +184,8 @@ int cifs_setxattr(struct dentry *direntry, const char *ea_name, cFYI(1, ("set default POSIX ACL not supported")); #endif } else { - cFYI(1, ("illegal xattr request %s (only user namespace supported)", ea_name)); + cFYI(1, ("illegal xattr request %s (only user namespace" + " supported)", ea_name)); /* BB what if no namespace prefix? */ /* Should we just pass them to server, except for system and perhaps security prefixes? */ |