diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 10:01:22 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 10:01:22 +0100 |
commit | ef53cb02ffee8ceb44ea75f778f77eace6b9c89a (patch) | |
tree | 3e41f74e33ca8b995f5aeb914074ac980b10e56a /fs/jffs2/xattr_user.c | |
parent | 16adce7b6f4dab015d0b93274b41f8aae6fe07a5 (diff) |
[JFFS2] Whitespace cleanups.
Convert many spaces to tabs; one or two other minor cosmetic fixes.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/xattr_user.c')
-rw-r--r-- | fs/jffs2/xattr_user.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/xattr_user.c b/fs/jffs2/xattr_user.c index 40942bc516bb..8bbeab90ada1 100644 --- a/fs/jffs2/xattr_user.c +++ b/fs/jffs2/xattr_user.c @@ -17,7 +17,7 @@ #include "nodelist.h" static int jffs2_user_getxattr(struct inode *inode, const char *name, - void *buffer, size_t size) + void *buffer, size_t size) { if (!strcmp(name, "")) return -EINVAL; @@ -25,7 +25,7 @@ static int jffs2_user_getxattr(struct inode *inode, const char *name, } static int jffs2_user_setxattr(struct inode *inode, const char *name, const void *buffer, - size_t size, int flags) + size_t size, int flags) { if (!strcmp(name, "")) return -EINVAL; |