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:
Christian Brueffer 2008-02-12 08:58:26 +00:00
parent 86c09cad7a
commit a02b3966fc

View File

@ -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) {