From 82f62800f1bb1760c37d0cd8bc9cc6d9916e28a0 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Thu, 14 Feb 2008 20:20:06 +0000 Subject: MFC: rev. 1.26 Add missing \n. Approved by: rwatson (mentor), aradford@amcc.com --- sys/dev/twe/twe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/twe') diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index 96dc538eb471..59b5027adac9 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) { -- cgit v1.3