]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
libata: Fixup awkward whitespace in warning by removing line continuation.
authorSander Eikelenboom <linux@eikelenboom.it>
Sun, 20 Mar 2016 21:27:06 +0000 (22:27 +0100)
committerTejun Heo <tj@kernel.org>
Wed, 30 Mar 2016 17:01:12 +0000 (13:01 -0400)
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci.c

index 3982054060b81bb0d253b001883b32e346c6dc74..e13ba72234dcfc4856f10e21c3b6b3393c91a9bb 100644 (file)
@@ -2549,8 +2549,8 @@ int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht)
 
        if (hpriv->flags & (AHCI_HFLAG_MULTI_MSI | AHCI_HFLAG_MULTI_MSIX)) {
                if (hpriv->irq_handler)
-                       dev_warn(host->dev, "both AHCI_HFLAG_MULTI_MSI flag set \
-                                and custom irq handler implemented\n");
+                       dev_warn(host->dev,
+                                "both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented\n");
 
                rc = ahci_host_activate_multi_irqs(host, sht);
        } else {