From: Zhaoyu Liu <zackary.liu.pro@gmail.com>
To: alyssa@rosenzweig.io, maz@kernel.org
Cc: lorenzo.pieralisi@arm.com, robh@kernel.org, kw@linux.com,
bhelgaas@google.com, linux-pci@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] pci/controller/pcie-apple: remove the indentation beside arguments of DECLARE_BITMAP
Date: Sun, 31 Oct 2021 21:55:48 +0800 [thread overview]
Message-ID: <20211031135544.GA1616@pc> (raw)
When "make tags", it prompts a warning:
ctags: Warning: drivers/pci/controller/pcie-apple.c:150:
null expansion of name pattern "\1"
Ctags regular can not be matched due to indentation, so remove it.
Same fix as in commit 5fdf876d30ce ("KVM: arm: Do not indent
the arguments of DECLARE_BITMAP")
Signed-off-by: Zhaoyu Liu <zackary.liu.pro@gmail.com>
---
drivers/pci/controller/pcie-apple.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/controller/pcie-apple.c b/drivers/pci/controller/pcie-apple.c
index b665d29af77a..955134464d84 100644
--- a/drivers/pci/controller/pcie-apple.c
+++ b/drivers/pci/controller/pcie-apple.c
@@ -147,7 +147,7 @@ struct apple_pcie_port {
void __iomem *base;
struct irq_domain *domain;
struct list_head entry;
- DECLARE_BITMAP( sid_map, MAX_RID2SID);
+ DECLARE_BITMAP(sid_map, MAX_RID2SID);
int sid_map_sz;
int idx;
};
--
2.17.1
next reply other threads:[~2021-10-31 13:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-31 13:55 Zhaoyu Liu [this message]
2021-11-01 10:31 ` [PATCH] pci/controller/pcie-apple: remove the indentation beside arguments of DECLARE_BITMAP Marc Zyngier
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=20211031135544.GA1616@pc \
--to=zackary.liu.pro@gmail.com \
--cc=alyssa@rosenzweig.io \
--cc=bhelgaas@google.com \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=maz@kernel.org \
--cc=robh@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.