diff options
author | Anton Salikhmetov <alexo@tuxera.com> | 2010-12-16 11:08:40 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@tuxera.com> | 2010-12-16 12:08:46 -0500 |
commit | 20b7643d8ee44254fc972d42655bace81e7ab50a (patch) | |
tree | a6642fdd127abc31a173d032249cbd319d7ecae9 /fs/hfsplus/inode.c | |
parent | 21f2296a598c4089e0a9bdf54634269ac913a693 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index 8d7350e5ce0d..a8df651747f0 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c | |||
@@ -355,7 +355,7 @@ static const struct inode_operations hfsplus_file_inode_operations = { | |||
355 | }; | 355 | }; |
356 | 356 | ||
357 | static const struct file_operations hfsplus_file_operations = { | 357 | static const struct file_operations hfsplus_file_operations = { |
358 | .llseek = generic_file_llseek, | 358 | .llseek = generic_file_llseek, |
359 | .read = do_sync_read, | 359 | .read = do_sync_read, |
360 | .aio_read = generic_file_aio_read, | 360 | .aio_read = generic_file_aio_read, |
361 | .write = do_sync_write, | 361 | .write = do_sync_write, |