]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] qla2xxx: Use PCI-SIG nomenclature for PCIe bandwidth units.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Thu, 3 Apr 2008 20:13:21 +0000 (13:13 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 7 Apr 2008 17:19:14 +0000 (12:19 -0500)
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_os.c

index c0f6f66c358fd81547400a36b45e003d9f2aa5d5..ba7d2ca3a0e8f854c4fee9739059bb622da5a5d4 100644 (file)
@@ -249,9 +249,9 @@ qla24xx_pci_info_str(struct scsi_qla_host *ha, char *str)
 
                strcpy(str, "PCIe (");
                if (lspeed == 1)
-                       strcat(str, "2.5Gb/s ");
+                       strcat(str, "2.5GT/s ");
                else if (lspeed == 2)
-                       strcat(str, "5.0Gb/s ");
+                       strcat(str, "5.0GT/s ");
                else
                        strcat(str, "<unknown> ");
                snprintf(lwstr, sizeof(lwstr), "x%d)", lwidth);