From: Sebastian Scherbel <sebastian.scherbel@xxxxxx> This patch series changes several instances in btrfs where the coding style is not in line with the Linux kernel guidelines to improve readability. Sebastian Scherbel (5): fs_btrfs_sysfs: code cleanup fs_btrfs_struct-funcs: code cleanup fs_btrfs_ref-verify: code cleanup fs_btrfs_qgroup: code cleanup fs_btrfs_block-group: code cleanup fs/btrfs/block-group.c | 21 ++++++++++------ fs/btrfs/block-group.h | 8 +++--- fs/btrfs/qgroup.c | 54 +++++++++++++++++++++++------------------ fs/btrfs/qgroup.h | 12 ++++----- fs/btrfs/ref-verify.c | 6 ++--- fs/btrfs/struct-funcs.c | 5 ++-- fs/btrfs/sysfs.c | 33 +++++++++++++++++++------ fs/btrfs/sysfs.h | 5 ++-- 8 files changed, 89 insertions(+), 55 deletions(-) -- 2.20.1
