linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix runtogether printk's in cmd64x IDE driver
@ 2007-07-29 20:01 Meelis Roos
  2007-08-01 20:44 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Meelis Roos @ 2007-07-29 20:01 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide, Linux Kernel list

Fix a couple of runtogether printks in cmd64x.c IDE driver by adding 
proper newlines.

Signed-off-by: Meelis Roos <mroos@linux.ee>

diff --git a/drivers/ide/pci/cmd64x.c b/drivers/ide/pci/cmd64x.c
index 19633c5..0e3b5de 100644
--- a/drivers/ide/pci/cmd64x.c
+++ b/drivers/ide/pci/cmd64x.c
@@ -475,11 +475,11 @@ static unsigned int __devinit init_chipset_cmd64x(struct pci_dev *dev, const cha
 		switch (rev) {
 		case 0x07:
 		case 0x05:
-			printk("%s: UltraDMA capable", name);
+			printk("%s: UltraDMA capable\n", name);
 			break;
 		case 0x03:
 		default:
-			printk("%s: MultiWord DMA force limited", name);
+			printk("%s: MultiWord DMA force limited\n", name);
 			break;
 		case 0x01:
 			printk("%s: MultiWord DMA limited, "

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix runtogether printk's in cmd64x IDE driver
  2007-07-29 20:01 [PATCH] fix runtogether printk's in cmd64x IDE driver Meelis Roos
@ 2007-08-01 20:44 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-08-01 20:44 UTC (permalink / raw)
  To: Meelis Roos; +Cc: linux-ide, Linux Kernel list

On Sunday 29 July 2007, Meelis Roos wrote:
> Fix a couple of runtogether printks in cmd64x.c IDE driver by adding 
> proper newlines.
> 
> Signed-off-by: Meelis Roos <mroos@linux.ee>

applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-01 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 20:01 [PATCH] fix runtogether printk's in cmd64x IDE driver Meelis Roos
2007-08-01 20:44 ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).