linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: fix semicolon.cocci warnings
@ 2018-03-07  8:34 Julia Lawall
  2018-03-14 11:30 ` Lorenzo Pieralisi
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2018-03-07  8:34 UTC (permalink / raw)
  To: Rob Herring
  Cc: Simon Horman, Lorenzo Pieralisi, Bjorn Helgaas, linux-pci,
	linux-renesas-soc, linux-kernel, kbuild-all

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");

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PCI: fix semicolon.cocci warnings
  2018-03-07  8:34 [PATCH] PCI: fix semicolon.cocci warnings Julia Lawall
@ 2018-03-14 11:30 ` Lorenzo Pieralisi
  0 siblings, 0 replies; 2+ messages in thread
From: Lorenzo Pieralisi @ 2018-03-14 11:30 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Rob Herring, Simon Horman, Bjorn Helgaas, linux-pci,
	linux-renesas-soc, linux-kernel, kbuild-all

On Wed, Mar 07, 2018 at 09:34:29AM +0100, Julia Lawall wrote:
> 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(-)

Hi Julia,

FYI, I marked this as superseded in patchwork since Rob already posted
it as part of this series, I will pick it up from there:

https://patchwork.ozlabs.org/project/linux-pci/list/?series=32449

Thanks,
Lorenzo

> --- 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");
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-14 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-07  8:34 [PATCH] PCI: fix semicolon.cocci warnings Julia Lawall
2018-03-14 11:30 ` Lorenzo Pieralisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).