diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-10-16 12:04:04 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-10-22 13:53:13 -0500 |
commit | be908d21b2e9c2cab1ef568dfca4f9777611b3dd (patch) | |
tree | 9fb113417c53aba547d189ab3aa106e7d16386e2 /drivers/pci/host | |
parent | e99a187b5c5f60fe55ca586f82ac1a3557fb166a (diff) | |
download | linux-stable-be908d21b2e9c2cab1ef568dfca4f9777611b3dd.tar.gz linux-stable-be908d21b2e9c2cab1ef568dfca4f9777611b3dd.tar.bz2 linux-stable-be908d21b2e9c2cab1ef568dfca4f9777611b3dd.zip |
PCI: iproc: Fix header comment "Corporation" misspelling
Fix an obvious "Broadcom Corporation" typo in a header comment.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Ray Jui <rjui@broadcom.com>
Diffstat (limited to 'drivers/pci/host')
-rw-r--r-- | drivers/pci/host/pcie-iproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pcie-iproc.c b/drivers/pci/host/pcie-iproc.c index 9193951ae861..eac719af16aa 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 |