* [PATCH] PCI hotplug: use correct term for PCI Express
@ 2009-10-26 12:49 Stefan Assmann
2009-10-26 13:18 ` Krzysztof Halasa
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Assmann @ 2009-10-26 12:49 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: linux-pci, Jesse Barnes, Don Dutile
Change PCI-E to PCIe which is the correct term according to
http://www.pcisig.com/developers/procedures/logos/Trademark_and_Logo_Usage_Guidelines_updated_112206.pdf.
Signed-off-by: Stefan Assmann <sassmann@redhat.com>
---
diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c
index 0325d98..1286c3a 100644
--- a/drivers/pci/hotplug/pci_hotplug_core.c
+++ b/drivers/pci/hotplug/pci_hotplug_core.c
@@ -86,8 +86,8 @@ static char *pci_bus_speed_strings[] = {
"66 MHz PCIX 533", /* 0x11 */
"100 MHz PCIX 533", /* 0x12 */
"133 MHz PCIX 533", /* 0x13 */
- "2.5 GT/s PCI-E", /* 0x14 */
- "5.0 GT/s PCI-E", /* 0x15 */
+ "2.5 GT/s PCIe", /* 0x14 */
+ "5.0 GT/s PCIe", /* 0x15 */
};
#ifdef CONFIG_HOTPLUG_PCI_CPCI
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] PCI hotplug: use correct term for PCI Express
2009-10-26 12:49 [PATCH] PCI hotplug: use correct term for PCI Express Stefan Assmann
@ 2009-10-26 13:18 ` Krzysztof Halasa
2009-10-26 13:38 ` Stefan Assmann
0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Halasa @ 2009-10-26 13:18 UTC (permalink / raw)
To: Stefan Assmann
Cc: Linux Kernel Mailing List, linux-pci, Jesse Barnes, Don Dutile
Stefan Assmann <sassmann@redhat.com> writes:
> Change PCI-E to PCIe which is the correct term according to
> http://www.pcisig.com/developers/procedures/logos/Trademark_and_Logo_Usage_Guidelines_updated_112206.pdf.
Right.
> +++ b/drivers/pci/hotplug/pci_hotplug_core.c
> @@ -86,8 +86,8 @@ static char *pci_bus_speed_strings[] = {
> "66 MHz PCIX 533", /* 0x11 */
> "100 MHz PCIX 533", /* 0x12 */
> "133 MHz PCIX 533", /* 0x13 */
> - "2.5 GT/s PCI-E", /* 0x14 */
> - "5.0 GT/s PCI-E", /* 0x15 */
> + "2.5 GT/s PCIe", /* 0x14 */
> + "5.0 GT/s PCIe", /* 0x15 */
In addition to this, it seems "PCIX" should also be changed to "PCI-X",
shouldn't it?
--
Krzysztof Halasa
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] PCI hotplug: use correct term for PCI Express
2009-10-26 13:18 ` Krzysztof Halasa
@ 2009-10-26 13:38 ` Stefan Assmann
2009-10-26 17:21 ` Krzysztof Halasa
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Assmann @ 2009-10-26 13:38 UTC (permalink / raw)
To: Krzysztof Halasa
Cc: Linux Kernel Mailing List, linux-pci, Jesse Barnes, Don Dutile
On 26.10.2009 14:18, Krzysztof Halasa wrote:
> Stefan Assmann <sassmann@redhat.com> writes:
>
>> Change PCI-E to PCIe which is the correct term according to
>> http://www.pcisig.com/developers/procedures/logos/Trademark_and_Logo_Usage_Guidelines_updated_112206.pdf.
>
> Right.
>
>> +++ b/drivers/pci/hotplug/pci_hotplug_core.c
>> @@ -86,8 +86,8 @@ static char *pci_bus_speed_strings[] = {
>> "66 MHz PCIX 533", /* 0x11 */
>> "100 MHz PCIX 533", /* 0x12 */
>> "133 MHz PCIX 533", /* 0x13 */
>> - "2.5 GT/s PCI-E", /* 0x14 */
>> - "5.0 GT/s PCI-E", /* 0x15 */
>> + "2.5 GT/s PCIe", /* 0x14 */
>> + "5.0 GT/s PCIe", /* 0x15 */
>
> In addition to this, it seems "PCIX" should also be changed to "PCI-X",
> shouldn't it?
Thanks for reminding me Krzysztof. I'll repost a patch with the changes
included.
Stefan
--
Stefan Assmann | Red Hat GmbH
Software Engineer | Otto-Hahn-Strasse 20, 85609 Dornach
| HR: Amtsgericht Muenchen HRB 153243
| GF: Brendan Lane, Charlie Peters,
sassmann at redhat.com | Michael Cunningham, Charles Cachera
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] PCI hotplug: use correct term for PCI Express
2009-10-26 13:38 ` Stefan Assmann
@ 2009-10-26 17:21 ` Krzysztof Halasa
0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Halasa @ 2009-10-26 17:21 UTC (permalink / raw)
To: Stefan Assmann
Cc: Linux Kernel Mailing List, linux-pci, Jesse Barnes, Don Dutile
Stefan Assmann <sassmann@redhat.com> writes:
>> In addition to this, it seems "PCIX" should also be changed to "PCI-X",
>> shouldn't it?
>
> Thanks for reminding me Krzysztof. I'll repost a patch with the changes
> included.
Great and thanks a lot.
--
Krzysztof Halasa
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-26 17:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 12:49 [PATCH] PCI hotplug: use correct term for PCI Express Stefan Assmann
2009-10-26 13:18 ` Krzysztof Halasa
2009-10-26 13:38 ` Stefan Assmann
2009-10-26 17:21 ` Krzysztof Halasa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox