diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-27 17:16:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:29 -0400 |
commit | b930e1d851c3ffbf82127bd0e4d72ffe94d4b7f2 (patch) | |
tree | 190561aa866401ac4d2b45f7a6c6bb5d9cb982a3 /drivers/media/video/cx88/cx88-blackbird.c | |
parent | 38051450b378ef2cb51dff76a6b8299f59129172 (diff) |
V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs
There were many instances of 7-space indents spread throughout
the v4l-dvb tree.
This patch replaces the 7-space indents with tabs. The whitespace cleaner
script doesn't catch these, because it assumes that all indents are 8-space.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index 47007380a98a..fcaf4f51293f 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
@@ -1077,7 +1077,7 @@ static int mpeg_open(struct inode *inode, struct file *file) | |||
1077 | struct cx8802_driver *drv = NULL; | 1077 | struct cx8802_driver *drv = NULL; |
1078 | int err; | 1078 | int err; |
1079 | 1079 | ||
1080 | dev = cx8802_get_device(inode); | 1080 | dev = cx8802_get_device(inode); |
1081 | 1081 | ||
1082 | dprintk( 1, "%s\n", __FUNCTION__); | 1082 | dprintk( 1, "%s\n", __FUNCTION__); |
1083 | 1083 | ||
@@ -1234,7 +1234,7 @@ static struct video_device cx8802_mpeg_template = | |||
1234 | .vidioc_s_tuner = vidioc_s_tuner, | 1234 | .vidioc_s_tuner = vidioc_s_tuner, |
1235 | .vidioc_s_std = vidioc_s_std, | 1235 | .vidioc_s_std = vidioc_s_std, |
1236 | .tvnorms = CX88_NORMS, | 1236 | .tvnorms = CX88_NORMS, |
1237 | .current_norm = V4L2_STD_NTSC_M, | 1237 | .current_norm = V4L2_STD_NTSC_M, |
1238 | }; | 1238 | }; |
1239 | 1239 | ||
1240 | /* ------------------------------------------------------------------ */ | 1240 | /* ------------------------------------------------------------------ */ |