Commit 404de7ab authored by Pintu Kumar's avatar Pintu Kumar Committed by Richard Weinberger
Browse files

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: default avatarPintu Kumar <quic_pintu@quicinc.com>
Reviewed-by: default avatarZhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 923d3583
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,