[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241206125258.9212-1-quic_pintu@quicinc.com>
Date: Fri, 6 Dec 2024 18:22:58 +0530
From: Pintu Kumar <quic_pintu@...cinc.com>
To: <richard@....at>, <chengzhihao1@...wei.com>,
<linux-mtd@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
CC: <skhan@...uxfoundation.org>, <pintu.ping@...il.com>,
Pintu Kumar
<quic_pintu@...cinc.com>
Subject: [PATCH] ubifs/debug: 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@...cinc.com>
---
fs/ubifs/debug.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c
index 5cc69beaa62e..987eb5b6782a 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,
--
2.17.1
Powered by blists - more mailing lists