From: Dave Jones Date: Thu, 1 Sep 2005 17:50:13 +0000 (-0700) Subject: [AGPGART] Remove trailing space before \n X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29db35edb2548c3b0299c53d62d5f26d77a8e58f;p=mv-sheeva.git [AGPGART] Remove trailing space before \n From: Denis Vlasenko Signed-off-by: Dave Jones --- diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c index 59f589d733f..0a7624a9b1c 100644 --- a/drivers/char/agp/amd64-agp.c +++ b/drivers/char/agp/amd64-agp.c @@ -429,7 +429,7 @@ static int __devinit uli_agp_init(struct pci_dev *pdev) struct pci_dev *dev1; int i; unsigned size = amd64_fetch_size(); - printk(KERN_INFO "Setting up ULi AGP. \n"); + printk(KERN_INFO "Setting up ULi AGP.\n"); dev1 = pci_find_slot ((unsigned int)pdev->bus->number,PCI_DEVFN(0,0)); if (dev1 == NULL) { printk(KERN_INFO PFX "Detected a ULi chipset, "