Skip to content

Commit 64c7cac

Browse files
ColinIanKingdamien-lemoal
authored andcommitted
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 <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent c9edbb6 commit 64c7cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/pata_macio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ static void pata_macio_irq_clear(struct ata_port *ap)
758758

759759
static void pata_macio_reset_hw(struct pata_macio_priv *priv, int resume)
760760
{
761-
dev_dbg(priv->dev, "Enabling & resetting... \n");
761+
dev_dbg(priv->dev, "Enabling & resetting...\n");
762762

763763
if (priv->mediabay)
764764
return;

0 commit comments

Comments
 (0)