Skip to content

Commit f279e5a

Browse files
Wang Hairichardweinberger
authored andcommitted
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>
1 parent 7889042 commit f279e5a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/ubifs/replay.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,6 @@ static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead,
931931
* validate_ref - validate a reference node.
932932
* @c: UBIFS file-system description object
933933
* @ref: the reference node to validate
934-
* @ref_lnum: LEB number of the reference node
935-
* @ref_offs: reference node offset
936934
*
937935
* This function returns %1 if a bud reference already exists for the LEB. %0 is
938936
* returned if the reference node is new, otherwise %-EINVAL is returned if

0 commit comments

Comments
 (0)