From: Bjorn Helgaas <bhelgaas@google.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-pci@vger.kernel.org, 'Mohit Kumar' <mohit.kumar@st.com>
Subject: Re: [PATCH] PCI: designware: Add a blank line after declarations
Date: Thu, 13 Nov 2014 10:52:37 -0700 [thread overview]
Message-ID: <20141113175237.GO5064@google.com> (raw)
In-Reply-To: <002a01cffe28$87fb3d10$97f1b730$%han@samsung.com>
On Wed, Nov 12, 2014 at 12:27:04PM +0900, Jingoo Han wrote:
> This patch fixes the following checkpatch warning.
>
> WARNING: Missing a blank line after declarations
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Applied to pci/host-designware for v3.19, thanks!
> ---
> drivers/pci/host/pcie-designware.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c
> index dfed00a..f9be371 100644
> --- a/drivers/pci/host/pcie-designware.c
> +++ b/drivers/pci/host/pcie-designware.c
> @@ -380,6 +380,7 @@ int __init dw_pcie_host_init(struct pcie_port *pp)
> /* Get the I/O and memory ranges from DT */
> for_each_of_pci_range(&parser, &range) {
> unsigned long restype = range.flags & IORESOURCE_TYPE_BITS;
> +
> if (restype == IORESOURCE_IO) {
> of_pci_range_to_resource(&range, np, &pp->io);
> pp->io.name = "I/O";
> --
> 1.7.9.5
>
>
prev parent reply other threads:[~2014-11-13 17:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-12 3:27 [PATCH] PCI: designware: Add a blank line after declarations Jingoo Han
2014-11-13 17:52 ` Bjorn Helgaas [this message]
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=20141113175237.GO5064@google.com \
--to=bhelgaas@google.com \
--cc=jg1.han@samsung.com \
--cc=linux-pci@vger.kernel.org \
--cc=mohit.kumar@st.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 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.