From: Andi Kleen Date: Wed, 11 Jan 2006 21:43:27 +0000 (+0100) Subject: [PATCH] x86_64: Add missing newline in IOMMU error message X-Git-Tag: firefly_0821_release~39095 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f46ace69282e9791757ec7d7b130285124ec10d0;p=firefly-linux-kernel-4.4.55.git [PATCH] x86_64: Add missing newline in IOMMU error message Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/pci-gart.c b/arch/x86_64/kernel/pci-gart.c index 2e28e855ec3c..2b865c90b041 100644 --- a/arch/x86_64/kernel/pci-gart.c +++ b/arch/x86_64/kernel/pci-gart.c @@ -772,7 +772,7 @@ static __init int init_k8_gatt(struct agp_kern_info *info) nommu: /* Should not happen anymore */ printk(KERN_ERR "PCI-DMA: More than 4GB of RAM and no IOMMU\n" - KERN_ERR "PCI-DMA: 32bit PCI IO may malfunction."); + KERN_ERR "PCI-DMA: 32bit PCI IO may malfunction.\n"); return -1; }