Fixes checkpatch warning "unnecessary whitespace before a quoted
newline".

Signed-off-by: Simon Sandström <si...@nikanor.nu>
---
 drivers/staging/bcm2835-audio/bcm2835.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835.c 
b/drivers/staging/bcm2835-audio/bcm2835.c
index 9ad5a8a848a9..124fb938d1c1 100644
--- a/drivers/staging/bcm2835-audio/bcm2835.c
+++ b/drivers/staging/bcm2835-audio/bcm2835.c
@@ -139,7 +139,7 @@ static int snd_bcm2835_alsa_probe_dt(struct platform_device 
*pdev)
 
        err = snd_card_register(card);
        if (err) {
-               dev_err(dev, "Failed to register bcm2835 ALSA card \n");
+               dev_err(dev, "Failed to register bcm2835 ALSA card\n");
                goto err_free;
        }
 
-- 
2.11.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to