Here's V2 of the patchset, I have incorporated all the feedback - namely
spellin g
fixes as well as David's suggestions for documenting fs_info as well as aligning
description of members. In addition to that I added the last patch which copies
the W=1 checks plus the cmd_checkdoc definition to btrfs' Makefile. Effectively,
this series not only makes btrfs W=1 clean but also unconditionally enables the
checks for all subdirs of fs/btrfs/
Nikolay Borisov (14):
btrfs: Document modified paramater 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 | 6 ++++++
fs/btrfs/block-group.c | 1 +
fs/btrfs/delalloc-space.c | 7 ++++---
fs/btrfs/delayed-ref.c | 16 +++++++++-------
fs/btrfs/discard.c | 3 ++-
fs/btrfs/extent_io.c | 34 +++++++++++++++++-----------------
fs/btrfs/extent_map.c | 12 +++++++-----
fs/btrfs/file-item.c | 22 ++++++++++++++--------
fs/btrfs/free-space-cache.c | 10 ++++++----
fs/btrfs/inode.c | 2 +-
fs/btrfs/space-info.c | 37 ++++++++++++++++++-------------------
include/linux/zstd.h | 8 ++++----
13 files changed, 106 insertions(+), 69 deletions(-)
--
2.25.1