From: Julia Lawall <julia.lawall@lip6.fr>
To: Rob Herring <robh@kernel.org>
Cc: Simon Horman <horms@verge.net.au>,
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-kernel@vger.kernel.org, kbuild-all@01.org
Subject: [PATCH] PCI: fix semicolon.cocci warnings
Date: Wed, 7 Mar 2018 09:34:29 +0100 (CET) [thread overview]
Message-ID: <alpine.DEB.2.20.1803070932460.6924@hadrien> (raw)
From: Fengguang Wu <fengguang.wu@intel.com>
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
pci-header-cleanup
head: 40fb7646c6ec16d2fd3de422be876baca9edf86a
commit: c44f2aed62c2314f1c0ecda606716090b73cc730 [4/5] PCI: improve
compile test coverage
:::::: branch date: 9 hours ago
:::::: commit date: 9 hours ago
pcie-rcar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/pci/host/pcie-rcar.c
+++ b/drivers/pci/host/pcie-rcar.c
@@ -435,7 +435,7 @@ static void rcar_pcie_force_speedup(stru
}
msleep(1);
- };
+ }
dev_err(dev, "Speed change timed out\n");
next reply other threads:[~2018-03-07 8:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 8:34 Julia Lawall [this message]
2018-03-14 11:30 ` [PATCH] PCI: fix semicolon.cocci warnings Lorenzo Pieralisi
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=alpine.DEB.2.20.1803070932460.6924@hadrien \
--to=julia.lawall@lip6.fr \
--cc=bhelgaas@google.com \
--cc=horms@verge.net.au \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox