projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8b838
)
[AGPGART] Remove trailing space before \n
author
Dave Jones
<davej@redhat.com>
Thu, 1 Sep 2005 17:50:13 +0000
(10:50 -0700)
committer
Dave Jones
<davej@redhat.com>
Thu, 1 Sep 2005 17:50:13 +0000
(10:50 -0700)
From: Denis Vlasenko <vda@ilport.com.ua>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/amd64-agp.c
patch
|
blob
|
history
diff --git
a/drivers/char/agp/amd64-agp.c
b/drivers/char/agp/amd64-agp.c
index 59f589d733f929d12639eab6852622a618a1796f..0a7624a9b1c1c6e3a3a5feffb3364f9e14c1eba9 100644
(file)
--- 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, "