summaryrefslogtreecommitdiff
path: root/fs/hfsplus/inode.c
diff options
context:
space:
mode:
authorAnton Salikhmetov <alexo@tuxera.com>2010-12-16 16:08:40 (GMT)
committerChristoph Hellwig <hch@tuxera.com>2010-12-16 17:08:46 (GMT)
commit20b7643d8ee44254fc972d42655bace81e7ab50a (patch)
treea6642fdd127abc31a173d032249cbd319d7ecae9 /fs/hfsplus/inode.c
parent21f2296a598c4089e0a9bdf54634269ac913a693 (diff)
downloadlinux-fsl-qoriq-20b7643d8ee44254fc972d42655bace81e7ab50a.tar.xz
hfsplus: spaces/indentation clean-up
Fix incorrect spaces and indentation reported by checkpatch.pl. Signed-off-by: Anton Salikhmetov <alexo@tuxera.com> Signed-off-by: Christoph Hellwig <hch@tuxera.com>
Diffstat (limited to 'fs/hfsplus/inode.c')
-rw-r--r--fs/hfsplus/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c
index 8d7350e..a8df651 100644
--- a/fs/hfsplus/inode.c
+++ b/fs/hfsplus/inode.c
@@ -355,7 +355,7 @@ static const struct inode_operations hfsplus_file_inode_operations = {
};
static const struct file_operations hfsplus_file_operations = {
- .llseek = generic_file_llseek,
+ .llseek = generic_file_llseek,
.read = do_sync_read,
.aio_read = generic_file_aio_read,
.write = do_sync_write,