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

Configure Feed

Select the types of activity you want to include in your feed.

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 <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
404de7ab 923d3583

-1
-1
fs/ubifs/debug.c
··· 863 863 864 864 out: 865 865 vfree(buf); 866 - return; 867 866 } 868 867 869 868 void ubifs_dump_znode(const struct ubifs_info *c,