aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ubifs/gc.c
diff options
context:
space:
mode:
authorWang Hai <wanghai38@huawei.com>2020-09-14 21:56:52 +0800
committerRichard Weinberger <richard@nod.at>2020-09-17 23:06:53 +0200
commit7889042b658085248581bfd30e9b1abf415c3c0b (patch)
tree526807a2d62a1e323fa3ccaad77ad4778528a3a0 /fs/ubifs/gc.c
parentubifs: Fix 'hash' kernel-doc warning in auth.c (diff)
downloadwireguard-linux-7889042b658085248581bfd30e9b1abf415c3c0b.tar.xz
wireguard-linux-7889042b658085248581bfd30e9b1abf415c3c0b.zip
ubifs: Fix some kernel-doc warnings in gc.c
Fixes the following W=1 kernel build warning(s): fs/ubifs/gc.c:70: warning: Excess function parameter 'buf' description in 'switch_gc_head' fs/ubifs/gc.c:70: warning: Excess function parameter 'len' description in 'switch_gc_head' fs/ubifs/gc.c:70: warning: Excess function parameter 'lnum' description in 'switch_gc_head' fs/ubifs/gc.c:70: warning: Excess function parameter 'offs' description in 'switch_gc_head' They're not in use. Remove them. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wang Hai <wanghai38@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/gc.c')
-rw-r--r--fs/ubifs/gc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ubifs/gc.c b/fs/ubifs/gc.c
index 62cb3db44e6e..a4aaeea63893 100644
--- a/fs/ubifs/gc.c
+++ b/fs/ubifs/gc.c
@@ -57,10 +57,6 @@
/**
* switch_gc_head - switch the garbage collection journal head.
* @c: UBIFS file-system description object
- * @buf: buffer to write
- * @len: length of the buffer to write
- * @lnum: LEB number written is returned here
- * @offs: offset written is returned here
*
* This function switch the GC head to the next LEB which is reserved in
* @c->gc_lnum. Returns %0 in case of success, %-EAGAIN if commit is required,