[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d72608fc-b385-46c2-b0bf-bd78b2a8acc0@web.de>
Date: Tue, 29 Jul 2025 14:21:59 +0200
From: Markus Elfring <Markus.Elfring@....de>
To: Colin Ian King <colin.i.king@...il.com>, ocfs2-devel@...ts.linux.dev,
Joel Becker <jlbec@...lplan.org>, Joseph Qi <joseph.qi@...ux.alibaba.com>,
Mark Fasheh <mark@...heh.com>
Cc: kernel-janitors@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ocfs2: Remove space before newline
…
> Remove it
Thus delete a redundant character.?
…
> +++ 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);
…
You may recombine such string literals.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v6.16#n116
Regards,
Markus
Powered by blists - more mailing lists