mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
[AGPGART] Remove trailing space before \n
From: Denis Vlasenko <vda@ilport.com.ua> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
8c8b83854e
commit
29db35edb2
@ -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, "
|
||||
|
Loading…
Reference in New Issue
Block a user