mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 00:44:31 +01:00
ata: pata_macio: Remove space before newline
There is a extraneous space before a newline in a dev_dbg message. Remove the space. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
This commit is contained in:
parent
c9edbb6aec
commit
64c7cac9d6
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ static void pata_macio_irq_clear(struct ata_port *ap)
|
|||
|
||||
static void pata_macio_reset_hw(struct pata_macio_priv *priv, int resume)
|
||||
{
|
||||
dev_dbg(priv->dev, "Enabling & resetting... \n");
|
||||
dev_dbg(priv->dev, "Enabling & resetting...\n");
|
||||
|
||||
if (priv->mediabay)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue