]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ubifs: ubifs_dump_leb: remove return from end of void function
authorPintu Kumar <quic_pintu@quicinc.com>
Mon, 9 Dec 2024 16:21:04 +0000 (21:51 +0530)
committerRichard Weinberger <richard@nod.at>
Sat, 18 Jan 2025 14:27:14 +0000 (15:27 +0100)
commit404de7abc05758254ad57d9501d30427d9c57417
tree4477fb39dc6e01780d9e9c6f0b1ac970156ff964
parent923d3583ead133da742b42d9debbb7d5c5a56587
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>
fs/ubifs/debug.c