Skip to content

Commit

Permalink
ubifs: ubifs_dump_leb: remove return from end of void function
Browse files Browse the repository at this point in the history
Noticed that there is a useless return statement at the end of void
function ubifs_dump_leb().
Just removed it.

Signed-off-by: Pintu Kumar <quic_pintu@quicinc.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
  • Loading branch information
Pintu Kumar authored and Richard Weinberger committed Jan 18, 2025
1 parent 923d358 commit 404de7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ubifs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ void ubifs_dump_leb(const struct ubifs_info *c, int lnum)

out:
vfree(buf);
return;
}

void ubifs_dump_znode(const struct ubifs_info *c,
Expand Down

0 comments on commit 404de7a

Please sign in to comment.