summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorLiu Bo2018-08-25 07:47:59 +0200
committerDavid Sterba2018-10-15 17:23:29 +0200
commitde2c6615dcddf2af868c5cbd1db2e9e73b4beb58 (patch)
tree054c68d8728c4ab43efafc237c97b0d8659a7bea /fs/btrfs/ctree.h
parentbtrfs: remove unused pointer 'tree' in btrfs_submit_compressed_read (diff)
downloadkernel-qcow2-linux-de2c6615dcddf2af868c5cbd1db2e9e73b4beb58.tar.gz
kernel-qcow2-linux-de2c6615dcddf2af868c5cbd1db2e9e73b4beb58.tar.xz
kernel-qcow2-linux-de2c6615dcddf2af868c5cbd1db2e9e73b4beb58.zip
Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
This fixes btrfs_get_extent to be consistent with our existing declaration style. Note: For the record, indentation styles that are accepted are both, aligning under the opening ( and tab or double tab indentation on the next line. Preferrably not spliting the type or long expressions in the argument lists. Signed-off-by: Liu Bo <bo.liu@linux.alibaba.com> [ add note ] Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 923ac6cb9784..441610de9908 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -3178,8 +3178,8 @@ void __cold btrfs_destroy_cachep(void);
struct inode *btrfs_iget(struct super_block *s, struct btrfs_key *location,
struct btrfs_root *root, int *was_new);
struct extent_map *btrfs_get_extent(struct btrfs_inode *inode,
- struct page *page, size_t pg_offset,
- u64 start, u64 end, int create);
+ struct page *page, size_t pg_offset,
+ u64 start, u64 end, int create);
int btrfs_update_inode(struct btrfs_trans_handle *trans,
struct btrfs_root *root,
struct inode *inode);