mbox series

[v3,00/14] Make btrfs W=1 clean

Message ID 20210122095805.620458-1-nborisov@suse.com (mailing list archive)
Headers show
Series Make btrfs W=1 clean | expand

Message

Nikolay Borisov Jan. 22, 2021, 9:57 a.m. UTC
Reworked patches to make touched kdocs adhere to the style described at
https://btrfs.wiki.kernel.org/index.php/Development_notes#Coding_style_preferences

Namely:

 * Removed function names from first line and left only short description
 * Aligned all arguments


Nikolay Borisov (14):
  btrfs: Document modified parameter of add_extent_mapping
  btrfs: Fix parameter description of btrfs_add_extent_mapping
  btrfs: Fix function description format
  btrfs: Fix parameter description in delayed-ref.c functions
  btrfs: Improve parameter description for __btrfs_write_out_cache
  btrfs: Document now parameter of peek_discard_list
  btrfs: Document fs_info in btrfs_rmap_block
  btrfs: Fix description format of fs_info parameter of
    btrfs_wait_on_delayed_iputs
  btrfs: Document btrfs_check_shared parameters
  btrfs: Fix parameter description of
    btrfs_inode_rsv_release/btrfs_delalloc_release_space
  btrfs: Fix parameter description in space-info.c
  btrfs: Fix parameter description for functions in extent_io.c
  lib/zstd: Convert constants to defines
  btrfs: Enable W=1 checks for btrfs

 fs/btrfs/Makefile           | 17 +++++++++++++
 fs/btrfs/backref.c          |  8 +++++-
 fs/btrfs/block-group.c      |  4 ++-
 fs/btrfs/delalloc-space.c   | 29 ++++++++++++---------
 fs/btrfs/delayed-ref.c      | 23 +++++++++--------
 fs/btrfs/discard.c          |  6 +++--
 fs/btrfs/extent_io.c        | 50 +++++++++++++++++++------------------
 fs/btrfs/extent_map.c       | 18 +++++++------
 fs/btrfs/file-item.c        | 22 ++++++++++------
 fs/btrfs/free-space-cache.c | 13 ++++++----
 fs/btrfs/inode.c            |  5 ++--
 fs/btrfs/space-info.c       | 46 ++++++++++++++++++----------------
 include/linux/zstd.h        |  8 +++---
 13 files changed, 151 insertions(+), 98 deletions(-)

--
2.25.1