Add missing newline in error mesage
Approved by: davidch MFC after: 13 days Sponsored by: Broadcom Corporation
This commit is contained in:
parent
2598896393
commit
77833937ee
@ -424,7 +424,7 @@ bnxt_hwrm_func_qcaps(struct bnxt_softc *softc)
|
|||||||
pf->max_rx_wm_flows = le32toh(resp->max_rx_wm_flows);
|
pf->max_rx_wm_flows = le32toh(resp->max_rx_wm_flows);
|
||||||
}
|
}
|
||||||
if (!_is_valid_ether_addr(func->mac_addr)) {
|
if (!_is_valid_ether_addr(func->mac_addr)) {
|
||||||
device_printf(softc->dev, "Invalid ethernet address, generating random locally administered address");
|
device_printf(softc->dev, "Invalid ethernet address, generating random locally administered address\n");
|
||||||
get_random_ether_addr(func->mac_addr);
|
get_random_ether_addr(func->mac_addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user