[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:

committed by
Linus Torvalds

parent
dfb7dac3af
commit
3fa63c7d82
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user