diff options
author | Joe Perches <joe@perches.com> | 2010-02-03 21:44:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-03 21:44:44 -0500 |
commit | b1681c56f5b6bf551bed2617a395855055836571 (patch) | |
tree | 49d77f8d258c87b754cfeecfad615b9edbbd225f /drivers/ide/pmac.c | |
parent | 3dabcfef3e668f6dd32147d810a29ccbd55dc963 (diff) |
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>
Diffstat (limited to 'drivers/ide/pmac.c')
-rw-r--r-- | drivers/ide/pmac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/pmac.c b/drivers/ide/pmac.c index 9fae1fb1468b..850ee452e9bb 100644 --- a/drivers/ide/pmac.c +++ b/drivers/ide/pmac.c | |||
@@ -1650,8 +1650,8 @@ pmac_ide_dma_test_irq (ide_drive_t *drive) | |||
1650 | if ((status & FLUSH) == 0) | 1650 | if ((status & FLUSH) == 0) |
1651 | break; | 1651 | break; |
1652 | if (++timeout > 100) { | 1652 | if (++timeout > 100) { |
1653 | printk(KERN_WARNING "ide%d, ide_dma_test_irq \ | 1653 | printk(KERN_WARNING "ide%d, ide_dma_test_irq timeout flushing channel\n", |
1654 | timeout flushing channel\n", hwif->index); | 1654 | hwif->index); |
1655 | break; | 1655 | break; |
1656 | } | 1656 | } |
1657 | } | 1657 | } |