diff options
author | 2024-08-16 16:43:14 +0900 | |
---|---|---|
committer | 2024-09-01 20:43:36 -0700 | |
commit | 60d8b01e55b2c45e73d442b379844d6efd9d16a7 (patch) | |
tree | e4ca8f1d1af42d3dc5c297310f0f3472a46df076 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nilfs2: add missing argument descriptions for ioctl-related helpers (diff) | |
download | wireguard-linux-60d8b01e55b2c45e73d442b379844d6efd9d16a7.tar.xz wireguard-linux-60d8b01e55b2c45e73d442b379844d6efd9d16a7.zip |
nilfs2: improve kernel-doc comments for b-tree node helpers
Revise kernel-doc comments for helper functions related to changing the
search key for b-tree node blocks, and eliminate the following warnings
output by the kernel-doc script:
fs/nilfs2/btnode.c:175: warning: Function parameter or struct member 'btnc'
not described in 'nilfs_btnode_prepare_change_key'
fs/nilfs2/btnode.c:175: warning: Function parameter or struct member 'ctxt'
not described in 'nilfs_btnode_prepare_change_key'
fs/nilfs2/btnode.c:238: warning: Function parameter or struct member 'btnc'
not described in 'nilfs_btnode_commit_change_key'
fs/nilfs2/btnode.c:238: warning: Function parameter or struct member 'ctxt'
not described in 'nilfs_btnode_commit_change_key'
fs/nilfs2/btnode.c:278: warning: Function parameter or struct member 'btnc'
not described in 'nilfs_btnode_abort_change_key'
fs/nilfs2/btnode.c:278: warning: Function parameter or struct member 'ctxt'
not described in 'nilfs_btnode_abort_change_key'
Link: https://lkml.kernel.org/r/20240816074319.3253-4-konishi.ryusuke@gmail.com
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions