Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nilfs2: add missing description of nilfs_btree_path structure

Add missing kernel-doc comment for the 'bp_ctxt' member variable of the
nilfs_btree_path structure, and eliminate the following warning output by
the kenrel-doc script:

fs/nilfs2/btree.h:39: warning: Function parameter or struct member
'bp_ctxt' not described in 'nilfs_btree_path'

Link: https://lkml.kernel.org/r/20240816074319.3253-6-konishi.ryusuke@gmail.com
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Ryusuke Konishi and committed by
Andrew Morton
0e13ddee 89a6c177

+1
+1
fs/nilfs2/btree.h
··· 24 24 * @bp_index: index of child node 25 25 * @bp_oldreq: ptr end request for old ptr 26 26 * @bp_newreq: ptr alloc request for new ptr 27 + * @bp_ctxt: context information for changing the key of a b-tree node block 27 28 * @bp_op: rebalance operation 28 29 */ 29 30 struct nilfs_btree_path {