svn commit: r367514 - head/sys/dev/bxe
Warner Losh
imp at FreeBSD.org
Mon Nov 9 03:02:34 UTC 2020
Author: imp
Date: Mon Nov 9 03:02:34 2020
New Revision: 367514
URL: https://svnweb.freebsd.org/changeset/base/367514
Log:
Remove newline from bxe description, it's not done elsewhere.
Modified:
head/sys/dev/bxe/bxe.c
Modified: head/sys/dev/bxe/bxe.c
==============================================================================
--- head/sys/dev/bxe/bxe.c Mon Nov 9 01:57:07 2020 (r367513)
+++ head/sys/dev/bxe/bxe.c Mon Nov 9 03:02:34 2020 (r367514)
@@ -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),
More information about the svn-src-all
mailing list