ubifs: Fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 17 Nov 2021 07:03:04 +0000 (15:03 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 2 Feb 2023 20:13:53 +0000 (21:13 +0100)
commit422125232f6200f0490b7d7fb97722723eb8876d
treea59a30dc60ed29e114f62ba720db8611e58f3884
parent415c94532ebb2838dc9e2e5a5e609a6140caa5c5
ubifs: Fix kernel-doc

Fix function name in fs/ubifs/io.c kernel-doc comment
to remove some warnings found by clang(make W=1 LLVM=1).

fs/ubifs/io.c:497: warning: expecting prototype for
wbuf_timer_callback(). Prototype was for wbuf_timer_callback_nolock()
instead
fs/ubifs/io.c:513: warning: expecting prototype for new_wbuf_timer().
Prototype was for new_wbuf_timer_nolock() instead
fs/ubifs/io.c:538: warning: expecting prototype for cancel_wbuf_timer().
Prototype was for cancel_wbuf_timer_nolock() instead

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/io.c