summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ste.c
diff options
context:
space:
mode:
authorticso <ticso@FreeBSD.org>2002-09-09 17:39:48 +0000
committerticso <ticso@FreeBSD.org>2002-09-09 17:39:48 +0000
commitca81a711284366951f9977ce2d5d7b75192cd533 (patch)
treea000c66eec6d55619a1e82032e15943f65ca200c /sys/pci/if_ste.c
parent990d7cf43ea7779fe8dfd09f49b1bab42b11b286 (diff)
downloadFreeBSD-src-ca81a711284366951f9977ce2d5d7b75192cd533.zip
FreeBSD-src-ca81a711284366951f9977ce2d5d7b75192cd533.tar.gz
add missing \n to printf
Approved by: gallatin (mentor)
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r--sys/pci/if_ste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index f57e9c8..c236f68 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -727,7 +727,7 @@ ste_rxeof(sc)
* If not, something truly strange has happened.
*/
if (!(rxstat & STE_RXSTAT_DMADONE)) {
- printf("ste%d: bad receive status -- packet dropped",
+ printf("ste%d: bad receive status -- packet dropped\n",
sc->ste_unit);
ifp->if_ierrors++;
cur_rx->ste_ptr->ste_status = 0;
OpenPOWER on IntegriCloud