From: Andrew Morton <[EMAIL PROTECTED]>

total: 0 errors, 0 warnings, 15 lines checked

Your patch has no obvious style problems and is ready for submission.

Please run checkpatch prior to sending patches

Cc: Alan Cox <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Tejun Heo <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/ata/libata-core.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff -puN 
drivers/ata/libata-core.c~libata-fix-early-use-of-port-printk-checkpatch-fixes 
drivers/ata/libata-core.c
--- 
a/drivers/ata/libata-core.c~libata-fix-early-use-of-port-printk-checkpatch-fixes
+++ a/drivers/ata/libata-core.c
@@ -6994,7 +6994,9 @@ int ata_host_start(struct ata_host *host
                        rc = ap->ops->port_start(ap);
                        if (rc) {
                                if (rc != -ENODEV)
-                                       dev_printk(KERN_ERR, host->dev, "failed 
to start port %d (errno=%d)\n", i, rc);
+                                       dev_printk(KERN_ERR, host->dev,
+                                               "failed to start port %d "
+                                               "(errno=%d)\n", i, rc);
                                goto err_out;
                        }
                }
_
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to