staging: bcm2835-audio: Remove incorrect whitespace

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>
This commit is contained in:
Simon Sandström 2017-02-07 12:01:10 +01:00 committed by Greg Kroah-Hartman
parent 69c429864e
commit 0042755fed

View 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;