mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
if_ffec: fix MAC address bootverbose print
Remove extraneous colon at the end. MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/1479 Signed-off-by: Gary Bisson <gary.bisson@ezurio.com>
This commit is contained in:
parent
c222619cd4
commit
6a7aa5530c
@ -968,7 +968,7 @@ ffec_get_hwaddr(struct ffec_softc *sc, uint8_t *hwaddr)
|
||||
|
||||
if (bootverbose) {
|
||||
device_printf(sc->dev,
|
||||
"MAC address %02x:%02x:%02x:%02x:%02x:%02x:\n",
|
||||
"MAC address %02x:%02x:%02x:%02x:%02x:%02x\n",
|
||||
hwaddr[0], hwaddr[1], hwaddr[2],
|
||||
hwaddr[3], hwaddr[4], hwaddr[5]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user