Linux ATA/IDE development
 help / color / mirror / Atom feed
* [PATCH] libahci: code indent should use tabs where possible ERROR fix.
@ 2017-06-17  6:45 Minwoo Im
  0 siblings, 0 replies; only message in thread
From: Minwoo Im @ 2017-06-17  6:45 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide, Minwoo Im

libahci.c has been fixed for this error by replacing
white space with tab.

Signed-off-by: Minwoo Im <dn3108@gmail.com>
---
 drivers/ata/libahci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index 3159f9e..4c16736 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -2568,7 +2568,7 @@ int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht)
 	if (hpriv->flags & AHCI_HFLAG_MULTI_MSI) {
 		if (hpriv->irq_handler)
 			dev_warn(host->dev,
-			         "both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented\n");
+				"both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented\n");
 		if (!hpriv->get_irq_vector) {
 			dev_err(host->dev,
 				"AHCI_HFLAG_MULTI_MSI requires ->get_irq_vector!\n");
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-17  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-17  6:45 [PATCH] libahci: code indent should use tabs where possible ERROR fix Minwoo Im

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox