All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jay Fang <f.fangjian@huawei.com>
To: <will@kernel.org>, <mark.rutland@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>, <linuxarm@huawei.com>,
	<huangdaode@huawei.com>, <hejunhao2@hisilicon.com>
Subject: [PATCH 3/4] drivers/perf: arm-cmn: Add space after ','
Date: Tue, 11 May 2021 20:27:33 +0800	[thread overview]
Message-ID: <1620736054-58412-4-git-send-email-f.fangjian@huawei.com> (raw)
In-Reply-To: <1620736054-58412-1-git-send-email-f.fangjian@huawei.com>

From: Junhao He <hejunhao2@hisilicon.com>

Fix a warning from checkpatch.pl.

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

Signed-off-by: Junhao He <hejunhao2@hisilicon.com>
Signed-off-by: Jay Fang <f.fangjian@huawei.com>
---
 drivers/perf/arm-cmn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/perf/arm-cmn.c b/drivers/perf/arm-cmn.c
index 56a5c35..d5b2372 100644
--- a/drivers/perf/arm-cmn.c
+++ b/drivers/perf/arm-cmn.c
@@ -31,7 +31,7 @@
 #define CMN_CI_CHILD_COUNT		GENMASK_ULL(15, 0)
 #define CMN_CI_CHILD_PTR_OFFSET		GENMASK_ULL(31, 16)
 
-#define CMN_CHILD_NODE_ADDR		GENMASK(27,0)
+#define CMN_CHILD_NODE_ADDR		GENMASK(27, 0)
 #define CMN_CHILD_NODE_EXTERNAL		BIT(31)
 
 #define CMN_ADDR_NODE_PTR		GENMASK(27, 14)
-- 
2.8.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-05-11 13:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 12:27 [PATCH 0/4] drivers/perf: Fix ERRORs reported by checkpatch Jay Fang
2021-05-11 12:27 ` [PATCH 1/4] drivers/perf: arm_spe_pmu: Fix some coding style issues Jay Fang
2021-05-11 12:27 ` [PATCH 2/4] drivers/perf: arm_pmu: " Jay Fang
2021-05-11 12:27 ` Jay Fang [this message]
2021-05-11 12:27 ` [PATCH 4/4] drivers/perf: arm-cci: Fix checkpatch spacing error Jay Fang
2021-05-25 18:58 ` [PATCH 0/4] drivers/perf: Fix ERRORs reported by checkpatch Will Deacon

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=1620736054-58412-4-git-send-email-f.fangjian@huawei.com \
    --to=f.fangjian@huawei.com \
    --cc=hejunhao2@hisilicon.com \
    --cc=huangdaode@huawei.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linuxarm@huawei.com \
    --cc=mark.rutland@arm.com \
    --cc=will@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.