diff options
author | 2024-08-16 16:43:17 +0900 | |
---|---|---|
committer | 2024-09-01 20:43:36 -0700 | |
commit | d9e5551ea101203151077c42af0bebeb6825f636 (patch) | |
tree | 4b9431bc06de6f50518792fcfaf1ddf356a94e34 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nilfs2: add missing description of nilfs_btree_path structure (diff) | |
download | wireguard-linux-d9e5551ea101203151077c42af0bebeb6825f636.tar.xz wireguard-linux-d9e5551ea101203151077c42af0bebeb6825f636.zip |
nilfs2: describe the members of nilfs_bmap_operations structure
Add missing member variable descriptions in the kernel-doc comments for
the nilfs_bmap_operations structure, hiding the internal operations with
the "private:" tag. This eliminates the following warnings output by the
kernel-doc script:
fs/nilfs2/bmap.h:74: warning: Function parameter or struct member
'bop_lookup' not described in 'nilfs_bmap_operations'
fs/nilfs2/bmap.h:74: warning: Function parameter or struct member
'bop_lookup_contig' not described in 'nilfs_bmap_operations'
...
fs/nilfs2/bmap.h:74: warning: Function parameter or struct member
'bop_gather_data' not described in 'nilfs_bmap_operations'
Link: https://lkml.kernel.org/r/20240816074319.3253-7-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