]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index 5cc69beaa62ecfb6f0899a293eea523fa7a75b13..987eb5b6782ab0339bbab948236dd0014d661409 100644 (file)
@@ -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,