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 <colin.i.king@gmail.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
1 parent c9edbb6 commit 64c7cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)