提交 fd9b6fad 编写于 作者: Y Yang Li 提交者: Theodore Ts'o

ext4: fix ext4_mb_clear_bb() kernel-doc comment

Remove the excess description of @bh in ext4_mb_clear_bb() kernel-doc
comment to remove warnings found by running scripts/kernel-doc, which
is caused by using 'make W=1'.

fs/ext4/mballoc.c:5895: warning: Excess function parameter 'bh'
description in 'ext4_mb_clear_bb'
Reported-by: NAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: NYang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220301092136.34764-1-yang.lee@linux.alibaba.comSigned-off-by: NTheodore Ts'o <tytso@mit.edu>
上级 7aab5c84
...@@ -5884,7 +5884,6 @@ static void ext4_free_blocks_simple(struct inode *inode, ext4_fsblk_t block, ...@@ -5884,7 +5884,6 @@ static void ext4_free_blocks_simple(struct inode *inode, ext4_fsblk_t block,
* Used by ext4_free_blocks() * Used by ext4_free_blocks()
* @handle: handle for this transaction * @handle: handle for this transaction
* @inode: inode * @inode: inode
* @bh: optional buffer of the block to be freed
* @block: starting physical block to be freed * @block: starting physical block to be freed
* @count: number of blocks to be freed * @count: number of blocks to be freed
* @flags: flags used by ext4_free_blocks * @flags: flags used by ext4_free_blocks
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册