diff mbox

libahci: code indent should use tabs where possible ERROR fix.

Message ID 1497681919-5290-1-git-send-email-dn3108@gmail.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Minwoo Im June 17, 2017, 6:45 a.m. UTC
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 mbox

Patch

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");