]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nilfs2: add missing description of nilfs_btree_path structure
authorRyusuke Konishi <konishi.ryusuke@gmail.com>
Fri, 16 Aug 2024 07:43:16 +0000 (16:43 +0900)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:43:36 +0000 (20:43 -0700)
commit0e13ddee285ffa0815fa66e1eac4bf0fafd06ce4
tree17ab334c53ff748aa89ed5967fb974b0ec922cab
parent89a6c1775089eae99940d4a86f2ba34cbe848726
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>
fs/nilfs2/btree.h