drivers/ide: Fix continuation line formats
String constants that are continued on subsequent lines with \ are not good. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3dabcfef3e
commit
b1681c56f5
@ -299,8 +299,8 @@ static int auide_dma_test_irq(ide_drive_t *drive)
|
|||||||
*/
|
*/
|
||||||
drive->waiting_for_dma++;
|
drive->waiting_for_dma++;
|
||||||
if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) {
|
if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) {
|
||||||
printk(KERN_WARNING "%s: timeout waiting for ddma to \
|
printk(KERN_WARNING "%s: timeout waiting for ddma to complete\n",
|
||||||
complete\n", drive->name);
|
drive->name);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
udelay(10);
|
udelay(10);
|
||||||
|
@ -1650,8 +1650,8 @@ pmac_ide_dma_test_irq (ide_drive_t *drive)
|
|||||||
if ((status & FLUSH) == 0)
|
if ((status & FLUSH) == 0)
|
||||||
break;
|
break;
|
||||||
if (++timeout > 100) {
|
if (++timeout > 100) {
|
||||||
printk(KERN_WARNING "ide%d, ide_dma_test_irq \
|
printk(KERN_WARNING "ide%d, ide_dma_test_irq timeout flushing channel\n",
|
||||||
timeout flushing channel\n", hwif->index);
|
hwif->index);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user