Skip to content

Commit

Permalink
[media] cx25821-alsa.c: Fix indent
Browse files Browse the repository at this point in the history
Delete unnecessary space before indented statement.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 0ef8007 commit 4d9304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cx25821/cx25821-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ static int cx25821_audio_initdev(struct cx25821_dev *dev)
}

err = snd_card_create(index[devno], id[devno], THIS_MODULE,
sizeof(struct cx25821_audio_dev), &card);
sizeof(struct cx25821_audio_dev), &card);
if (err < 0) {
pr_info("DEBUG ERROR: cannot create snd_card_new in %s\n",
__func__);
Expand Down

0 comments on commit 4d9304c

Please sign in to comment.