diff options
author | Ryusuke Konishi <[email protected]> | 2024-08-16 16:43:17 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-09-01 20:43:36 -0700 |
commit | d9e5551ea101203151077c42af0bebeb6825f636 (patch) | |
tree | 4b9431bc06de6f50518792fcfaf1ddf356a94e34 /scripts/generate_rust_analyzer.py | |
parent | 0e13ddee285ffa0815fa66e1eac4bf0fafd06ce4 (diff) |
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/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions