Gitweb: http://git.kernel.org/linus/6ed6a8dc83dc37d30c8a7ff2eae2ed054e34c91b Commit: 6ed6a8dc83dc37d30c8a7ff2eae2ed054e34c91b Parent: ac18018a414a90d841ea81d38fecb913c0ec1880 Author: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> AuthorDate: Wed Jul 29 14:39:07 2009 +0900 Committer: Jesse Barnes <jbarnes@virtuousgeek.org> CommitDate: Wed Sep 9 13:29:49 2009 -0700 PCI hotplug: fix typo in pcie link speed info 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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pci/hotplug/pci_hotplug_core.c b/drivers/pci/hotplug/pci_hotplug_core.c index 5c5043f..9d44669 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
