[libata] core checkpatch fix
authorAndrew Morton <[email protected]>
Thu, 10 Jan 2008 22:33:09 +0000 (14:33 -0800)
committerJeff Garzik <[email protected]>
Tue, 15 Jan 2008 20:59:18 +0000 (15:59 -0500)
Cc: Alan Cox <[email protected]>
Cc: Jeff Garzik <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/ata/libata-core.c

index 4753a1831dbc483b874a8efed0e9da8adf3f7869..6380726f75389ff85519c0605e50d84a5fc0087f 100644 (file)
@@ -6998,7 +6998,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;
                        }
                }