Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <quic_pintu@quicinc.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Pintu Kumar and committed by
Richard Weinberger
923d3583 97bbf9e3

-1
-1
fs/ubifs/lpt_commit.c
··· 1932 1932 pr_err("(pid %d) finish dumping LEB %d\n", current->pid, lnum); 1933 1933 out: 1934 1934 vfree(buf); 1935 - return; 1936 1935 } 1937 1936 1938 1937 /**