[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250729114131.1925586-1-colin.i.king@gmail.com>
Date: Tue, 29 Jul 2025 12:41:31 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Mark Fasheh <mark@...heh.com>,
Joel Becker <jlbec@...lplan.org>,
Joseph Qi <joseph.qi@...ux.alibaba.com>,
ocfs2-devel@...ts.linux.dev
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][next] ocfs2: Remove space before newline
There is an extraneous space before a newline in a mlog error message.
Remove it
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
fs/ocfs2/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
index a4f5a868bec1..4b3ea721395c 100644
--- a/fs/ocfs2/super.c
+++ b/fs/ocfs2/super.c
@@ -2108,7 +2108,7 @@ static int ocfs2_initialize_super(struct super_block *sb,
if (strlen(osb->osb_cluster_stack) != OCFS2_STACK_LABEL_LEN) {
mlog(ML_ERROR,
"couldn't mount because of an invalid "
- "cluster stack label (%s) \n",
+ "cluster stack label (%s)\n",
osb->osb_cluster_stack);
status = -EINVAL;
goto out_orphan_wipes;
--
2.50.0
Powered by blists - more mailing lists