]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: bcm2835-audio: Remove incorrect whitespace
authorSimon Sandström <simon@nikanor.nu>
Tue, 7 Feb 2017 11:01:10 +0000 (12:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 12:14:30 +0000 (13:14 +0100)
According to the coding style, "bcm2835_ship ** rchip" should be
"bcm2835 **rchip".

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 265fe5565f424bab5f464c9c3740bdaaa949a3b4..9ad5a8a848a98c1883c46113caaafd5320a6323d 100644 (file)
@@ -50,7 +50,7 @@ static int snd_bcm2835_dev_free(struct snd_device *device)
  */
 static int snd_bcm2835_create(struct snd_card *card,
        struct platform_device *pdev,
-       struct bcm2835_chip ** rchip)
+       struct bcm2835_chip **rchip)
 {
        struct bcm2835_chip *chip;
        int err;