mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: chenguohua@jari.cn
To: linux@armlinux.org.uk, prathubaronia2011@gmail.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] amba: Clean up errors in bus.h
Date: Wed, 27 Sep 2023 14:28:15 +0800 (GMT+08:00)	[thread overview]
Message-ID: <65b83372.86c.18ad552ebbd.Coremail.chenguohua@jari.cn> (raw)

Fix the following errors reported by checkpatch:

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
 include/linux/amba/bus.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
index c60a6a14638c..3b3a6cd8ebc0 100644
--- a/include/linux/amba/bus.h
+++ b/include/linux/amba/bus.h
@@ -110,7 +110,7 @@ extern struct bus_type amba_bustype;
 #define to_amba_device(d)	container_of_const(d, struct amba_device, dev)
 
 #define amba_get_drvdata(d)	dev_get_drvdata(&d->dev)
-#define amba_set_drvdata(d,p)	dev_set_drvdata(&d->dev, p)
+#define amba_set_drvdata(d, p)	dev_set_drvdata(&d->dev, p)
 
 #ifdef CONFIG_ARM_AMBA
 int amba_driver_register(struct amba_driver *);
-- 
2.17.1

                 reply	other threads:[~2023-09-27  6:29 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=65b83372.86c.18ad552ebbd.Coremail.chenguohua@jari.cn \
    --to=chenguohua@jari.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=prathubaronia2011@gmail.com \
    /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

all inboxes | Powered by JetHome®