diff options
author | Sander Eikelenboom <linux@eikelenboom.it> | 2016-03-20 17:27:06 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-03-30 13:01:12 -0400 |
commit | d991c872ac7ffaacc4df93efbfbcb4189cee6440 (patch) | |
tree | c05ea04f4ba1ec7b3c25e7d6665f262a39a86c61 /drivers/ata/libahci.c | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
libata: Fixup awkward whitespace in warning by removing line continuation.
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/libahci.c')
-rw-r--r-- | drivers/ata/libahci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c index 3982054060b8..e13ba72234dc 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c | |||
@@ -2549,8 +2549,8 @@ int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht) | |||
2549 | 2549 | ||
2550 | if (hpriv->flags & (AHCI_HFLAG_MULTI_MSI | AHCI_HFLAG_MULTI_MSIX)) { | 2550 | if (hpriv->flags & (AHCI_HFLAG_MULTI_MSI | AHCI_HFLAG_MULTI_MSIX)) { |
2551 | if (hpriv->irq_handler) | 2551 | if (hpriv->irq_handler) |
2552 | dev_warn(host->dev, "both AHCI_HFLAG_MULTI_MSI flag set \ | 2552 | dev_warn(host->dev, |
2553 | and custom irq handler implemented\n"); | 2553 | "both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented\n"); |
2554 | 2554 | ||
2555 | rc = ahci_host_activate_multi_irqs(host, sht); | 2555 | rc = ahci_host_activate_multi_irqs(host, sht); |
2556 | } else { | 2556 | } else { |