From: Minwoo Im <dn3108@gmail.com>
To: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org, Minwoo Im <dn3108@gmail.com>
Subject: [PATCH] libahci: code indent should use tabs where possible ERROR fix.
Date: Sat, 17 Jun 2017 15:45:19 +0900 [thread overview]
Message-ID: <1497681919-5290-1-git-send-email-dn3108@gmail.com> (raw)
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
reply other threads:[~2017-06-17 6:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1497681919-5290-1-git-send-email-dn3108@gmail.com \
--to=dn3108@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox