mirror of https://gitee.com/openkylin/linux.git
[libata] core checkpatch fix
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Jeff Garzik <jeff@garzik.org> Cc: Tejun Heo <htejun@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
ed722d3d3e
commit
0f7577434b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue