mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-11-02 03:40:21 +10: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
@ -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…
Reference in New Issue
Block a user