From: Kenji Kaneshige Date: Wed, 29 Jul 2009 05:39:07 +0000 (+0900) Subject: PCI hotplug: fix typo in pcie link speed info X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6ed6a8dc83dc37d30c8a7ff2eae2ed054e34c91b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git PCI hotplug: fix typo in pcie link speed info Fix typo in PCI-E link speed. Reviewed-by: Matthew Wilcox Signed-off-by: Kenji Kaneshige Signed-off-by: Jesse Barnes --- diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c index 5c5043f239c..9d44669bf09 100644 --- a/drivers/pci/hotplug/pci_hotplug_core.c +++ b/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