]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ata: pata_macio: Remove space before newline
authorColin Ian King <colin.i.king@gmail.com>
Wed, 30 Jul 2025 11:04:42 +0000 (12:04 +0100)
committerDamien Le Moal <dlemoal@kernel.org>
Thu, 31 Jul 2025 23:43:08 +0000 (08:43 +0900)
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>
drivers/ata/pata_macio.c

index f7a933eefe05e842d41debb24c1918b7c1963ca0..9eefdc5df5df7caf7e3369e0b8c914ca0e2629b6 100644 (file)
@@ -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;