[PATCH] Typo fix: dot after newline in printk strings

Typo fix: dots appearing after a newline in printk strings.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Jean Delvare
2005-10-30 15:02:23 -08:00
committed by Linus Torvalds
parent dfb7dac3af
commit 3fa63c7d82
7 changed files with 7 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ islpci_mgmt_rx_fill(struct net_device *ndev)
PCI_DMA_FROMDEVICE);
if (!buf->pci_addr) {
printk(KERN_WARNING
"Failed to make memory DMA'able\n.");
"Failed to make memory DMA'able.\n");
return -ENOMEM;
}
}