From a02b3966fcf23caf1c34aaa3706a3eccd7f0034b Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Tue, 12 Feb 2008 08:58:26 +0000 Subject: [PATCH] Add missing \n. PR: 120341 Submitted by: CyberLeo Approved by: rwatson (mentor), aradford@amcc.com MFC after: 3 days --- sys/dev/twe/twe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index 96dc538eb47..59b5027adac 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.c @@ -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) {