diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-11-09 03:02:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-11-09 03:02:34 +0000 |
| commit | 8b8af16875c788e63523dc574fb2e02b8728c651 (patch) | |
| tree | c27da87f9332d0b833f7880ce9358d47472e9cf1 /sys/dev | |
| parent | 3a440a421d4bb90506360a8c03ee2ba5c3336492 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bxe/bxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c index 278f16be1116..a8aa0a89aae1 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -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), |
