Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Damien Le Moal
64c7cac9 c9edbb6a

+1 -1
+1 -1
drivers/ata/pata_macio.c
··· 758 758 759 759 static void pata_macio_reset_hw(struct pata_macio_priv *priv, int resume) 760 760 { 761 - dev_dbg(priv->dev, "Enabling & resetting... \n"); 761 + dev_dbg(priv->dev, "Enabling & resetting...\n"); 762 762 763 763 if (priv->mediabay) 764 764 return;