linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: iproc: Fix company name
@ 2015-10-16 19:04 Florian Fainelli
  2015-10-16 19:43 ` Ray Jui
  2015-10-22 18:55 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2015-10-16 19:04 UTC (permalink / raw)
  To: linux-pci
  Cc: Florian Fainelli, Bjorn Helgaas, Ray Jui, Scott Branden,
	Hauke Mehrtens, Markus Elfring,
	moderated list:BROADCOM CYGNUS/IPROC ARM ARCHITECTURE,
	open list:BROADCOM CYGNUS/IPROC ARM ARCHITECTURE, open list

The header of pcie-iproc.c contains an obvious typo on Broadcom
Corporation, fix that.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/pci/host/pcie-iproc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pcie-iproc.c b/drivers/pci/host/pcie-iproc.c
index fe2efb141a9b..6c3d4b54858c 100644
--- a/drivers/pci/host/pcie-iproc.c
+++ b/drivers/pci/host/pcie-iproc.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2014 Hauke Mehrtens <hauke@hauke-m.de>
- * Copyright (C) 2015 Broadcom Corporatcommon ion
+ * Copyright (C) 2015 Broadcom Corporation
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
-- 
2.1.0


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

* Re: [PATCH] PCI: iproc: Fix company name
  2015-10-16 19:04 [PATCH] PCI: iproc: Fix company name Florian Fainelli
@ 2015-10-16 19:43 ` Ray Jui
  2015-10-22 18:55 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Ray Jui @ 2015-10-16 19:43 UTC (permalink / raw)
  To: Florian Fainelli, linux-pci
  Cc: Bjorn Helgaas, Scott Branden, Hauke Mehrtens, Markus Elfring,
	moderated list:BROADCOM CYGNUS/IPROC ARM ARCHITECTURE,
	open list:BROADCOM CYGNUS/IPROC ARM ARCHITECTURE, open list



On 10/16/2015 12:04 PM, Florian Fainelli wrote:
> The header of pcie-iproc.c contains an obvious typo on Broadcom
> Corporation, fix that.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
>  drivers/pci/host/pcie-iproc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/host/pcie-iproc.c b/drivers/pci/host/pcie-iproc.c
> index fe2efb141a9b..6c3d4b54858c 100644
> --- a/drivers/pci/host/pcie-iproc.c
> +++ b/drivers/pci/host/pcie-iproc.c
> @@ -1,6 +1,6 @@
>  /*
>   * Copyright (C) 2014 Hauke Mehrtens <hauke@hauke-m.de>
> - * Copyright (C) 2015 Broadcom Corporatcommon ion
> + * Copyright (C) 2015 Broadcom Corporation
>   *
>   * This program is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU General Public License as
> 

When I saw the subject, for a while I thought you are going to change it
to Broadcom Limited, :)

Thanks for fixing this!

Acked-by: Ray Jui <rjui@broadcom.com>

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

* Re: [PATCH] PCI: iproc: Fix company name
  2015-10-16 19:04 [PATCH] PCI: iproc: Fix company name Florian Fainelli
  2015-10-16 19:43 ` Ray Jui
@ 2015-10-22 18:55 ` Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2015-10-22 18:55 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-pci, Bjorn Helgaas, Ray Jui, Scott Branden, Hauke Mehrtens,
	Markus Elfring,
	moderated list:BROADCOM CYGNUS/IPROC ARM ARCHITECTURE,
	open list:BROADCOM CYGNUS/IPROC ARM ARCHITECTURE, open list

On Fri, Oct 16, 2015 at 12:04:04PM -0700, Florian Fainelli wrote:
> The header of pcie-iproc.c contains an obvious typo on Broadcom
> Corporation, fix that.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Applied with Ray's ack to pci/host-iproc for v4.4, thanks, Florian!

> ---
>  drivers/pci/host/pcie-iproc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/host/pcie-iproc.c b/drivers/pci/host/pcie-iproc.c
> index fe2efb141a9b..6c3d4b54858c 100644
> --- a/drivers/pci/host/pcie-iproc.c
> +++ b/drivers/pci/host/pcie-iproc.c
> @@ -1,6 +1,6 @@
>  /*
>   * Copyright (C) 2014 Hauke Mehrtens <hauke@hauke-m.de>
> - * Copyright (C) 2015 Broadcom Corporatcommon ion
> + * Copyright (C) 2015 Broadcom Corporation
>   *
>   * This program is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU General Public License as
> -- 
> 2.1.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-10-22 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16 19:04 [PATCH] PCI: iproc: Fix company name Florian Fainelli
2015-10-16 19:43 ` Ray Jui
2015-10-22 18:55 ` Bjorn Helgaas

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).