[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250729133510.1934993-1-colin.i.king@gmail.com>
Date: Tue, 29 Jul 2025 14:35:10 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Mike Marshall <hubcap@...ibond.com>,
Martin Brandenburg <martin@...ibond.com>,
devel@...ts.orangefs.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][next] orangefs: Remove space before newline
There are a couple of instances of an extraneous space before a
newline in gossip_* messages. Remove the spaces.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
fs/orangefs/inode.c | 2 +-
fs/orangefs/orangefs-debugfs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/orangefs/inode.c b/fs/orangefs/inode.c
index a01400cd41fd..ac1469a0d663 100644
--- a/fs/orangefs/inode.c
+++ b/fs/orangefs/inode.c
@@ -246,7 +246,7 @@ static void orangefs_readahead(struct readahead_control *rac)
&offset, &iter, readahead_length(rac),
inode->i_size, NULL, NULL, rac->file)) < 0)
gossip_debug(GOSSIP_FILE_DEBUG,
- "%s: wait_for_direct_io failed. \n", __func__);
+ "%s: wait_for_direct_io failed.\n", __func__);
else
ret = 0;
diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c
index 1c375fb65018..4582f53bb2d8 100644
--- a/fs/orangefs/orangefs-debugfs.c
+++ b/fs/orangefs/orangefs-debugfs.c
@@ -985,7 +985,7 @@ int orangefs_debugfs_new_client_string(void __user *arg)
/* Build a proper debug help string. */
ret = orangefs_prepare_debugfs_help_string(0);
if (ret) {
- gossip_err("%s: no debug help string \n",
+ gossip_err("%s: no debug help string\n",
__func__);
return ret;
}
--
2.50.0
Powered by blists - more mailing lists