]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: bcm2835-audio: Remove whitespace before quoted newline
authorSimon Sandström <simon@nikanor.nu>
Tue, 7 Feb 2017 11:01:27 +0000 (12:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:14:30 +0000 (13:14 +0100)
Fixes checkpatch warning "unnecessary whitespace before a quoted
newline".

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm2835-audio/bcm2835.c

index 9ad5a8a848a98c1883c46113caaafd5320a6323d..124fb938d1c1ced797432b6202763452783e87e8 100644 (file)
@@ -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;
        }