ubifs: Fix some kernel-doc warnings in replay.c
authorWang Hai <wanghai38@huawei.com>
Mon, 14 Sep 2020 13:56:53 +0000 (21:56 +0800)
committerRichard Weinberger <richard@nod.at>
Thu, 17 Sep 2020 21:06:53 +0000 (23:06 +0200)
commitf279e5a491fd96c1347c3268dacc771dc796778e
tree1ccedfccddfa26f03aa75b739dcf256fbaf9c129
parent7889042b658085248581bfd30e9b1abf415c3c0b
ubifs: Fix some kernel-doc warnings in replay.c

Fixes the following W=1 kernel build warning(s):

fs/ubifs/replay.c:942: warning: Excess function parameter 'ref_lnum' description in 'validate_ref'
fs/ubifs/replay.c:942: warning: Excess function parameter 'ref_offs' description in 'validate_ref'

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/replay.c