PCI hotplug: fix typo in pcie link speed info
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Wed, 29 Jul 2009 05:39:07 +0000 (14:39 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 9 Sep 2009 20:29:49 +0000 (13:29 -0700)
Fix typo in PCI-E link speed.

Reviewed-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/pci_hotplug_core.c

index 5c5043f..9d44669 100644 (file)
@@ -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