diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-10-13 10:34:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 05:50:51 -0500 |
commit | 01451e722793f191f6e13c5150dd8664f4439d17 (patch) | |
tree | 245ae8d527e645ee36e1f21e0b0524ea1df3b0ee /drivers/media/dvb/dvb-usb/vp702x.c | |
parent | 019391e426266a346ac2f1b3d3c70c26b482ff31 (diff) |
V4L/DVB (4749): Fixed DVB-USB-Adapter indention
While converting everything to DVB-USB-Adapter, there was a wrong indention.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/vp702x.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/vp702x.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/media/dvb/dvb-usb/vp702x.c b/drivers/media/dvb/dvb-usb/vp702x.c index 02bd61aaac66..16533b31a82d 100644 --- a/drivers/media/dvb/dvb-usb/vp702x.c +++ b/drivers/media/dvb/dvb-usb/vp702x.c | |||
@@ -275,22 +275,22 @@ static struct dvb_usb_device_properties vp702x_properties = { | |||
275 | .caps = DVB_USB_ADAP_RECEIVES_204_BYTE_TS, | 275 | .caps = DVB_USB_ADAP_RECEIVES_204_BYTE_TS, |
276 | 276 | ||
277 | .streaming_ctrl = vp702x_streaming_ctrl, | 277 | .streaming_ctrl = vp702x_streaming_ctrl, |
278 | .frontend_attach = vp702x_frontend_attach, | 278 | .frontend_attach = vp702x_frontend_attach, |
279 | 279 | ||
280 | /* parameter for the MPEG2-data transfer */ | 280 | /* parameter for the MPEG2-data transfer */ |
281 | .stream = { | 281 | .stream = { |
282 | .type = USB_BULK, | 282 | .type = USB_BULK, |
283 | .count = 10, | 283 | .count = 10, |
284 | .endpoint = 0x02, | 284 | .endpoint = 0x02, |
285 | .u = { | 285 | .u = { |
286 | .bulk = { | 286 | .bulk = { |
287 | .buffersize = 4096, | 287 | .buffersize = 4096, |
288 | } | 288 | } |
289 | } | 289 | } |
290 | }, | 290 | }, |
291 | .size_of_priv = sizeof(struct vp702x_state), | 291 | .size_of_priv = sizeof(struct vp702x_state), |
292 | } | 292 | } |
293 | }, | 293 | }, |
294 | .read_mac_address = vp702x_read_mac_addr, | 294 | .read_mac_address = vp702x_read_mac_addr, |
295 | 295 | ||
296 | .rc_key_map = vp702x_rc_keys, | 296 | .rc_key_map = vp702x_rc_keys, |