]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix ext4_mb_clear_bb() kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 1 Mar 2022 09:21:36 +0000 (17:21 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Mar 2022 04:53:01 +0000 (23:53 -0500)
commit0e5e3168973009f727f6184055cc7854741a48e9
treeb115eeede800b47946f5d5aeac828acb321dd295
parent50054dfb9562664240c0bfec0db0ab7fa5e16843
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: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220301092136.34764-1-yang.lee@linux.alibaba.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c