diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2021-11-17 10:03:04 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2023-02-02 23:13:53 +0300 |
commit | 422125232f6200f0490b7d7fb97722723eb8876d (patch) | |
tree | a59a30dc60ed29e114f62ba720db8611e58f3884 /Kbuild | |
parent | 415c94532ebb2838dc9e2e5a5e609a6140caa5c5 (diff) | |
download | linux-422125232f6200f0490b7d7fb97722723eb8876d.tar.xz |
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>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions