Skip to content

Commit 923d358

Browse files
Pintu Kumarrichardweinberger
authored andcommitted
ubifs: dump_lpt_leb: remove return at end of void function
Noticed that there is a useless return statement at the end of void function dump_lpt_leb(). Just removing it. Signed-off-by: Pintu Kumar <[email protected]> Reviewed-by: Zhihao Cheng <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 97bbf9e commit 923d358

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ubifs/lpt_commit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,6 @@ static void dump_lpt_leb(const struct ubifs_info *c, int lnum)
19321932
pr_err("(pid %d) finish dumping LEB %d\n", current->pid, lnum);
19331933
out:
19341934
vfree(buf);
1935-
return;
19361935
}
19371936

19381937
/**

0 commit comments

Comments
 (0)