mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing \n.
PR: 120341 Submitted by: CyberLeo <cyberleo@cyberleo.net> Approved by: rwatson (mentor), aradford@amcc.com MFC after: 3 days
This commit is contained in:
parent
86c09cad7a
commit
a02b3966fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1696,7 +1696,7 @@ twe_check_bits(struct twe_softc *sc, u_int32_t status_reg)
|
|||
}
|
||||
result = 1;
|
||||
if (status_reg & TWE_STATUS_PCI_PARITY_ERROR) {
|
||||
twe_printf(sc, "PCI parity error: Reseat card, move card or buggy device present.");
|
||||
twe_printf(sc, "PCI parity error: Reseat card, move card or buggy device present.\n");
|
||||
twe_clear_pci_parity_error(sc);
|
||||
}
|
||||
if (status_reg & TWE_STATUS_PCI_ABORT) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue