public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lucas Poupeau <lucasp.linux@gmail.com>
To: linux@armlinux.org.uk
Cc: ulfh@kernel.org, johan@kernel.org,
	claudiu.beznea.uj@bp.renesas.com, joerg.roedel@amd.com,
	kees@kernel.org, lucasp.linux@gmail.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH] style: fix missing whitespace after commas in if-statements
Date: Mon,  4 May 2026 18:14:53 +0200	[thread overview]
Message-ID: <20260504161453.21196-1-lucasp.linux@gmail.com> (raw)

Add missing spaces after commas in several if-condition arguments to
satisfy coding style requirements and fix compilation errors.

In some configurations, missing whitespace after commas triggers
build failures. This patch ensures compliance with the Linux kernel
coding style.

Signed-off-by: Lucas Poupeau <lucasp.linux@gmail.com>
---
 drivers/amba/bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
index 6d479caf89cb..893f07166f29 100644
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -109,7 +109,7 @@ static ssize_t driver_override_store(struct device *_dev,
 }
 static DEVICE_ATTR_RW(driver_override);
 
-#define amba_attr_func(name,fmt,arg...)					\
+#define amba_attr_func(name, fmt, arg...)					\
 static ssize_t name##_show(struct device *_dev,				\
 			   struct device_attribute *attr, char *buf)	\
 {									\
-- 
2.54.0


                 reply	other threads:[~2026-05-04 16:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260504161453.21196-1-lucasp.linux@gmail.com \
    --to=lucasp.linux@gmail.com \
    --cc=claudiu.beznea.uj@bp.renesas.com \
    --cc=joerg.roedel@amd.com \
    --cc=johan@kernel.org \
    --cc=kees@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=ulfh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox