linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] LibATA: Fixup awkward whitespace in warning by removing line continuation.
@ 2016-03-20 21:27 Sander Eikelenboom
  2016-03-30 17:01 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Sander Eikelenboom @ 2016-03-20 21:27 UTC (permalink / raw)
  To: tj; +Cc: stripathi, linux-ide, Sander Eikelenboom

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
---
 drivers/ata/libahci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index 3982054..e13ba72 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 {
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-30 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20 21:27 [PATCH] LibATA: Fixup awkward whitespace in warning by removing line continuation Sander Eikelenboom
2016-03-30 17:01 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).