Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c87a0d8c authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Use PCI-SIG nomenclature for PCIe bandwidth units.

parent 587f4cae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);