From: Sander Eikelenboom Date: Sun, 20 Mar 2016 21:27:06 +0000 (+0100) Subject: libata: Fixup awkward whitespace in warning by removing line continuation. X-Git-Tag: v4.7-rc1~75^2~29 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d991c872ac7ffaacc4df93efbfbcb4189cee6440;p=linux.git libata: Fixup awkward whitespace in warning by removing line continuation. Signed-off-by: Sander Eikelenboom Signed-off-by: Tejun Heo --- 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) 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 {