Skip to content

Commit 404de7a

Browse files
Pintu Kumarrichardweinberger
authored andcommitted
ubifs: ubifs_dump_leb: remove return from end of void function
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 <[email protected]> Reviewed-by: Zhihao Cheng <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 923d358 commit 404de7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ubifs/debug.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ void ubifs_dump_leb(const struct ubifs_info *c, int lnum)
863863

864864
out:
865865
vfree(buf);
866-
return;
867866
}
868867

869868
void ubifs_dump_znode(const struct ubifs_info *c,

0 commit comments

Comments
 (0)