libahci.c has been fixed for this error by replacing white space with tab. Signed-off-by: Minwoo Im <dn3108@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html