Remove newline from bxe description, it's not done elsewhere.

This commit is contained in:
Warner Losh 2020-11-09 03:02:34 +00:00
parent 3a440a421d
commit 8b8af16875

View File

@ -2520,7 +2520,7 @@ bxe_probe(device_t dev)
/* Print out the device identity. */
snprintf(descbuf, BXE_DEVDESC_MAX,
"%s (%c%d) BXE v:%s\n", t->bxe_name,
"%s (%c%d) BXE v:%s", t->bxe_name,
(((pci_read_config(dev, PCIR_REVID, 4) &
0xf0) >> 4) + 'A'),
(pci_read_config(dev, PCIR_REVID, 4) & 0xf),