]> git.baikalelectronics.ru Git - kernel.git/commit
ubifs: Fix some kernel-doc warnings in gc.c
authorWang Hai <wanghai38@huawei.com>
Mon, 14 Sep 2020 13:56:52 +0000 (21:56 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 17 Sep 2020 21:06:53 +0000 (23:06 +0200)
commitce6cdbc59d88cd7e4db4b210cd163871d33fc962
tree526807a2d62a1e323fa3ccaad77ad4778528a3a0
parenta2785ae353e5c9e209c97574a8a1afe9d2cdfadc
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>
fs/ubifs/gc.c