浏览代码

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>
Simon Sandström 8 年之前
父节点
当前提交
0042755fed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/bcm2835-audio/bcm2835.c

+ 1 - 1
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;