]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ubifs: dump_lpt_leb: remove return at end of void function
authorPintu Kumar <quic_pintu@quicinc.com>
Mon, 9 Dec 2024 13:59:36 +0000 (19:29 +0530)
committerRichard Weinberger <richard@nod.at>
Sat, 18 Jan 2025 14:26:40 +0000 (15:26 +0100)
commit923d3583ead133da742b42d9debbb7d5c5a56587
tree0266dd5921f5145eb4849d269ed78dc04355f343
parent97bbf9e312c3fbaf0baa56120238825d2eb23b8a
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>
fs/ubifs/lpt_commit.c