diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 01:43:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 18:34:08 -0200 |
commit | 4d9304c63e654abb8238e40c316e0cd92823ecf4 (patch) | |
tree | d7e6a4223692b800eefb9b6b86a66c16c1f3958a | |
parent | 0ef80072014720b79596f9582112034cfe949fd3 (diff) | |
download | talos-op-linux-4d9304c63e654abb8238e40c316e0cd92823ecf4.tar.gz talos-op-linux-4d9304c63e654abb8238e40c316e0cd92823ecf4.zip |
[media] cx25821-alsa.c: Fix indent
Delete unnecessary space before indented statement.
Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/cx25821/cx25821-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx25821/cx25821-alsa.c b/drivers/media/video/cx25821/cx25821-alsa.c index 92a8694b85fc..680a9935d64e 100644 --- a/drivers/media/video/cx25821/cx25821-alsa.c +++ b/drivers/media/video/cx25821/cx25821-alsa.c @@ -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__); |