diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-17 08:37:02 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:57 -0500 |
commit | a8733ca5141c256322ab5ea9fd3074942a209bba (patch) | |
tree | b1c197500cdeabe8e863d6aecb6c8e3740c25909 /drivers/media/video/hexium_gemini.c | |
parent | 4caba4261f2649215710ac0298bd7814080000ad (diff) |
V4L/DVB (3537a): Whitespace cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/hexium_gemini.c')
-rw-r--r-- | drivers/media/video/hexium_gemini.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/hexium_gemini.c b/drivers/media/video/hexium_gemini.c index e7bbeb11553d..c7fed3405655 100644 --- a/drivers/media/video/hexium_gemini.c +++ b/drivers/media/video/hexium_gemini.c | |||
@@ -1,9 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | hexium_gemini.c - v4l2 driver for Hexium Gemini frame grabber cards | 2 | hexium_gemini.c - v4l2 driver for Hexium Gemini frame grabber cards |
3 | 3 | ||
4 | Visit http://www.mihu.de/linux/saa7146/ and follow the link | 4 | Visit http://www.mihu.de/linux/saa7146/ and follow the link |
5 | to "hexium" for further details about this card. | 5 | to "hexium" for further details about this card. |
6 | 6 | ||
7 | Copyright (C) 2003 Michael Hunold <michael@mihu.de> | 7 | Copyright (C) 2003 Michael Hunold <michael@mihu.de> |
8 | 8 | ||
9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
@@ -81,7 +81,7 @@ struct hexium | |||
81 | 81 | ||
82 | struct video_device *video_dev; | 82 | struct video_device *video_dev; |
83 | struct i2c_adapter i2c_adapter; | 83 | struct i2c_adapter i2c_adapter; |
84 | 84 | ||
85 | int cur_input; /* current input */ | 85 | int cur_input; /* current input */ |
86 | v4l2_std_id cur_std; /* current standard */ | 86 | v4l2_std_id cur_std; /* current standard */ |
87 | int cur_bw; /* current black/white status */ | 87 | int cur_bw; /* current black/white status */ |
@@ -174,7 +174,7 @@ static struct saa7146_standard hexium_standards[] = { | |||
174 | .h_offset = 1, .h_pixels = 720, | 174 | .h_offset = 1, .h_pixels = 720, |
175 | .v_max_out = 576, .h_max_out = 768, | 175 | .v_max_out = 576, .h_max_out = 768, |
176 | } | 176 | } |
177 | }; | 177 | }; |
178 | 178 | ||
179 | /* bring hardware to a sane state. this has to be done, just in case someone | 179 | /* bring hardware to a sane state. this has to be done, just in case someone |
180 | wants to capture from this device before it has been properly initialized. | 180 | wants to capture from this device before it has been properly initialized. |
@@ -311,7 +311,7 @@ static int hexium_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg) | |||
311 | struct saa7146_dev *dev = fh->dev; | 311 | struct saa7146_dev *dev = fh->dev; |
312 | struct hexium *hexium = (struct hexium *) dev->ext_priv; | 312 | struct hexium *hexium = (struct hexium *) dev->ext_priv; |
313 | /* | 313 | /* |
314 | struct saa7146_vv *vv = dev->vv_data; | 314 | struct saa7146_vv *vv = dev->vv_data; |
315 | */ | 315 | */ |
316 | switch (cmd) { | 316 | switch (cmd) { |
317 | case VIDIOC_ENUMINPUT: | 317 | case VIDIOC_ENUMINPUT: |