From: Pintu Kumar Date: Mon, 9 Dec 2024 16:21:04 +0000 (+0530) Subject: ubifs: ubifs_dump_leb: remove return from end of void function X-Git-Tag: v6.14-rc1~26^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=404de7abc05758254ad57d9501d30427d9c57417;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Zhihao Cheng Signed-off-by: Richard Weinberger --- diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 5cc69beaa62ec..987eb5b6782ab 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c @@ -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,