Skip to content

Commit

Permalink
Staging: cx25821: Fix labels' placement in cx25821-video-upstream-ch2.c
Browse files Browse the repository at this point in the history
Delete whitespace characters before labels.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Reviewed-By: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Reviewed-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Leonid V. Fedorenchik authored and Greg Kroah-Hartman committed Sep 12, 2011
1 parent 9737153 commit cc9518f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/cx25821/cx25821-video-upstream-ch2.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ static int cx25821_upstream_buffer_prepare_ch2(struct cx25821_dev *dev,

return 0;

error:
error:
return ret;
}

Expand Down Expand Up @@ -720,7 +720,7 @@ int cx25821_start_video_dma_upstream_ch2(struct cx25821_dev *dev,

return 0;

fail_irq:
fail_irq:
cx25821_dev_unregister(dev);
return err;
}
Expand Down Expand Up @@ -830,7 +830,7 @@ int cx25821_vidupstream_init_ch2(struct cx25821_dev *dev, int channel_select,

return 0;

error:
error:
cx25821_dev_unregister(dev);

return err;
Expand Down

0 comments on commit cc9518f

Please sign in to comment.