Skip to content

Commit

Permalink
[SCSI] qla2xxx: Use PCI-SIG nomenclature for PCIe bandwidth units.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Apr 7, 2008
1 parent 587f4ca commit c87a0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c87a0d8

Please sign in to comment.