summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2006-10-15 16:52:59 +0000
committerhrs <hrs@FreeBSD.org>2006-10-15 16:52:59 +0000
commit51beaea0b5b11eda37848112ebe8c45eef212f28 (patch)
tree63122c9b164ba424de406da2d73d9bf9778aeef4 /sys/amd64
parentce03393cc57955d09225468a7721769130484c5c (diff)
downloadFreeBSD-src-51beaea0b5b11eda37848112ebe8c45eef212f28.zip
FreeBSD-src-51beaea0b5b11eda37848112ebe8c45eef212f28.tar.gz
Add a newline to the printf().
Spotted by: Peter Carah <pete@altadena.net> MFC after: 3 days
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/busdma_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/busdma_machdep.c b/sys/amd64/amd64/busdma_machdep.c
index 7c91d2f..50b4d8f 100644
--- a/sys/amd64/amd64/busdma_machdep.c
+++ b/sys/amd64/amd64/busdma_machdep.c
@@ -520,7 +520,7 @@ bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
__func__, dmat, dmat->flags, ENOMEM);
return (ENOMEM);
} else if ((uintptr_t)*vaddr & (dmat->alignment - 1)) {
- printf("bus_dmamem_alloc failed to align memory properly.");
+ printf("bus_dmamem_alloc failed to align memory properly.\n");
}
CTR4(KTR_BUSDMA, "%s: tag %p tag flags 0x%x error %d",
__func__, dmat, dmat->flags, ENOMEM);
OpenPOWER on IntegriCloud