From: Simon Sandström Date: Tue, 7 Feb 2017 11:01:10 +0000 (+0100) Subject: staging: bcm2835-audio: Remove incorrect whitespace X-Git-Tag: v4.14-rc1~1455^2~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0042755fed69f955cc1b7559fad28d412d7054de;p=platform%2Fkernel%2Flinux-rpi.git staging: bcm2835-audio: Remove incorrect whitespace According to the coding style, "bcm2835_ship ** rchip" should be "bcm2835 **rchip". Signed-off-by: Simon Sandström Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm2835-audio/bcm2835.c b/drivers/staging/bcm2835-audio/bcm2835.c index 265fe55..9ad5a8a 100644 --- a/drivers/staging/bcm2835-audio/bcm2835.c +++ b/drivers/staging/bcm2835-audio/bcm2835.c @@ -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;