projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55532a
)
libata: Fixup awkward whitespace in warning by removing line continuation.
author
Sander Eikelenboom
<linux@eikelenboom.it>
Sun, 20 Mar 2016 21:27:06 +0000
(22:27 +0100)
committer
Tejun Heo
<tj@kernel.org>
Wed, 30 Mar 2016 17:01:12 +0000
(13:01 -0400)
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/libahci.c
b/drivers/ata/libahci.c
index 3982054060b81bb0d253b001883b32e346c6dc74..e13ba72234dcfc4856f10e21c3b6b3393c91a9bb 100644
(file)
--- 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 {