diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2008-04-03 16:13:21 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:19:14 -0400 |
commit | c87a0d8c8de7e191cd59779560d8df2e935c7dc7 (patch) | |
tree | 1446a8f218d1bbd68c53dbd993846b6a0940be8e /drivers/scsi/qla2xxx | |
parent | 587f4cae4a8ce1315c3def2229c2a912637269b6 (diff) |
[SCSI] qla2xxx: Use PCI-SIG nomenclature for PCIe bandwidth units.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index c0f6f66c358f..ba7d2ca3a0e8 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -249,9 +249,9 @@ qla24xx_pci_info_str(struct scsi_qla_host *ha, char *str) | |||
249 | 249 | ||
250 | strcpy(str, "PCIe ("); | 250 | strcpy(str, "PCIe ("); |
251 | if (lspeed == 1) | 251 | if (lspeed == 1) |
252 | strcat(str, "2.5Gb/s "); | 252 | strcat(str, "2.5GT/s "); |
253 | else if (lspeed == 2) | 253 | else if (lspeed == 2) |
254 | strcat(str, "5.0Gb/s "); | 254 | strcat(str, "5.0GT/s "); |
255 | else | 255 | else |
256 | strcat(str, "<unknown> "); | 256 | strcat(str, "<unknown> "); |
257 | snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth); | 257 | snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth); |