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@xxxxxxxxx> --- 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