]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix alignment in declaration and prototype of btrfs_get_extent
authorLiu Bo <bo.liu@linux.alibaba.com>
Sat, 25 Aug 2018 05:47:59 +0000 (13:47 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 15 Oct 2018 15:23:29 +0000 (17:23 +0200)
commit8a4c84e8300136b663d6c7b0a9e2e3e57639aa48
tree054c68d8728c4ab43efafc237c97b0d8659a7bea
parent12b65f05ac4b23771d245c41b1e20119752f7bf9
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>
fs/btrfs/ctree.h
fs/btrfs/inode.c