diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-09-16 14:15:03 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-16 20:45:44 +0200 |
commit | 6f87cc6cd91a077cc9b6946cc1cb63032d15ecb4 (patch) | |
tree | c37a71552d73ab4cf14f489f2662023a5dc61480 /drivers/staging/cx25821 | |
parent | 75965b8f6fcb3f41b256c365d34ba1eca3cdbe93 (diff) | |
download | linux-6f87cc6cd91a077cc9b6946cc1cb63032d15ecb4.tar.gz linux-6f87cc6cd91a077cc9b6946cc1cb63032d15ecb4.tar.bz2 linux-6f87cc6cd91a077cc9b6946cc1cb63032d15ecb4.zip |
Staging: cx25821: Change indent with spaces to tabs 26
Change indent with spaces to tabs.
Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cx25821')
-rw-r--r-- | drivers/staging/cx25821/cx25821-video.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/staging/cx25821/cx25821-video.c b/drivers/staging/cx25821/cx25821-video.c index fb89c2785b1a..4d3d4f25edc2 100644 --- a/drivers/staging/cx25821/cx25821-video.c +++ b/drivers/staging/cx25821/cx25821-video.c @@ -1726,17 +1726,17 @@ static long video_ioctl_upstream9(struct file *file, unsigned int cmd, dev->channel_select = data_from_user->channel_select; dev->command = data_from_user->command; - switch (command) { - case UPSTREAM_START_VIDEO: - cx25821_start_upstream_video_ch1(dev, data_from_user); - break; + switch (command) { + case UPSTREAM_START_VIDEO: + cx25821_start_upstream_video_ch1(dev, data_from_user); + break; - case UPSTREAM_STOP_VIDEO: - cx25821_stop_upstream_video_ch1(dev); - break; - } + case UPSTREAM_STOP_VIDEO: + cx25821_stop_upstream_video_ch1(dev); + break; + } - return 0; + return 0; } static long video_ioctl_upstream10(struct file *file, unsigned int cmd, |