All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] btrfs: code cleanup
@ 2019-12-10  7:13 Sebastian
  2019-12-10  7:13 ` [PATCH 1/5] fs_btrfs_sysfs: " Sebastian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sebastian @ 2019-12-10  7:13 UTC (permalink / raw)
  To: dsterba; +Cc: josef, clm, linux-btrfs, linux-kernel, Sebastian Scherbel

From: Sebastian Scherbel <sebastian.scherbel@fau.de>

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-10 12:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10  7:13 [PATCH 0/5] btrfs: code cleanup Sebastian
2019-12-10  7:13 ` [PATCH 1/5] fs_btrfs_sysfs: " Sebastian
2019-12-10  7:13 ` [PATCH 2/5] fs_btrfs_struct-funcs: " Sebastian
2019-12-10  7:13 ` [PATCH 3/5] fs_btrfs_ref-verify: " Sebastian
2019-12-10  7:13 ` [PATCH 4/5] fs_btrfs_qgroup: " Sebastian
2019-12-10  7:13 ` [PATCH 5/5] fs_btrfs_block-group: " Sebastian
2019-12-10 12:19 ` [PATCH 0/5] btrfs: " David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.