Skip to content

Commit

Permalink
libata: Fixup awkward whitespace in warning by removing line continua…
Browse files Browse the repository at this point in the history
…tion.

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Sander Eikelenboom authored and Tejun Heo committed Mar 30, 2016
1 parent f55532a commit d991c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ata/libahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d991c87

Please sign in to comment.