diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-13 01:41:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:16 -0500 |
commit | fc34f165317403444d254a27bc356dc5de0bbc3d (patch) | |
tree | 1bfd73382f95e229100ab9824acc425fe376bf10 /drivers | |
parent | 9f9c907fdc331fc6062d758f46f65cb0d2dd11be (diff) |
V4L/DVB (3479): Cleanup mangled whitespace
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index c91f30e11f22..c7042cf41231 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -323,19 +323,19 @@ struct cx88_board cx88_boards[] = { | |||
323 | .input = {{ | 323 | .input = {{ |
324 | .type = CX88_VMUX_TELEVISION, | 324 | .type = CX88_VMUX_TELEVISION, |
325 | .vmux = 0, | 325 | .vmux = 0, |
326 | .gpio0 = 0xbff0, | 326 | .gpio0 = 0xbff0, |
327 | },{ | 327 | },{ |
328 | .type = CX88_VMUX_COMPOSITE1, | 328 | .type = CX88_VMUX_COMPOSITE1, |
329 | .vmux = 1, | 329 | .vmux = 1, |
330 | .gpio0 = 0xbff3, | 330 | .gpio0 = 0xbff3, |
331 | },{ | 331 | },{ |
332 | .type = CX88_VMUX_SVIDEO, | 332 | .type = CX88_VMUX_SVIDEO, |
333 | .vmux = 2, | 333 | .vmux = 2, |
334 | .gpio0 = 0xbff3, | 334 | .gpio0 = 0xbff3, |
335 | }}, | 335 | }}, |
336 | .radio = { | 336 | .radio = { |
337 | .type = CX88_RADIO, | 337 | .type = CX88_RADIO, |
338 | .gpio0 = 0xbff0, | 338 | .gpio0 = 0xbff0, |
339 | }, | 339 | }, |
340 | }, | 340 | }, |
341 | [CX88_BOARD_ASUS_PVR_416] = { | 341 | [CX88_BOARD_ASUS_PVR_416] = { |