diff mbox

[1/2] PCI hotplug: fix typo in pcie link speed info

Message ID 4A6FE07B.8080506@jp.fujitsu.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Kenji Kaneshige July 29, 2009, 5:39 a.m. UTC
Fix typo in PCI-E link speed.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
---
 drivers/pci/hotplug/pci_hotplug_core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Comments

Jesse Barnes Aug. 26, 2009, 5 p.m. UTC | #1
On Wed, 29 Jul 2009 14:39:07 +0900
Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> wrote:

> Fix typo in PCI-E link speed.
> 
> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
> ---
>  drivers/pci/hotplug/pci_hotplug_core.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: 20090721/drivers/pci/hotplug/pci_hotplug_core.c
> ===================================================================
> --- 20090721.orig/drivers/pci/hotplug/pci_hotplug_core.c
> +++ 20090721/drivers/pci/hotplug/pci_hotplug_core.c
> @@ -86,7 +86,7 @@ static char *pci_bus_speed_strings[] = {
>  	"66 MHz PCIX 533",	/* 0x11 */
>  	"100 MHz PCIX 533",	/* 0x12 */
>  	"133 MHz PCIX 533",	/* 0x13 */
> -	"25 GBps PCI-E",	/* 0x14 */
> +	"2.5 GT/s PCI-E",	/* 0x14 */
>  };
>  
>  #ifdef CONFIG_HOTPLUG_PCI_CPCI

Applied these two to my linux-next branch, thanks.
diff mbox

Patch

Index: 20090721/drivers/pci/hotplug/pci_hotplug_core.c
===================================================================
--- 20090721.orig/drivers/pci/hotplug/pci_hotplug_core.c
+++ 20090721/drivers/pci/hotplug/pci_hotplug_core.c
@@ -86,7 +86,7 @@  static char *pci_bus_speed_strings[] = {
 	"66 MHz PCIX 533",	/* 0x11 */
 	"100 MHz PCIX 533",	/* 0x12 */
 	"133 MHz PCIX 533",	/* 0x13 */
-	"25 GBps PCI-E",	/* 0x14 */
+	"2.5 GT/s PCI-E",	/* 0x14 */
 };
 
 #ifdef CONFIG_HOTPLUG_PCI_CPCI