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/dibusb-mc.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/dibusb-mc.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dibusb-mc.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/media/dvb/dvb-usb/dibusb-mc.c b/drivers/media/dvb/dvb-usb/dibusb-mc.c index a0fd37efc04b..e7ea3e753d6d 100644 --- a/drivers/media/dvb/dvb-usb/dibusb-mc.c +++ b/drivers/media/dvb/dvb-usb/dibusb-mc.c | |||
@@ -54,23 +54,23 @@ static struct dvb_usb_device_properties dibusb_mc_properties = { | |||
54 | { | 54 | { |
55 | .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, | 55 | .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, |
56 | .pid_filter_count = 32, | 56 | .pid_filter_count = 32, |
57 | .streaming_ctrl = dibusb2_0_streaming_ctrl, | 57 | .streaming_ctrl = dibusb2_0_streaming_ctrl, |
58 | .pid_filter = dibusb_pid_filter, | 58 | .pid_filter = dibusb_pid_filter, |
59 | .pid_filter_ctrl = dibusb_pid_filter_ctrl, | 59 | .pid_filter_ctrl = dibusb_pid_filter_ctrl, |
60 | .frontend_attach = dibusb_dib3000mc_frontend_attach, | 60 | .frontend_attach = dibusb_dib3000mc_frontend_attach, |
61 | .tuner_attach = dibusb_dib3000mc_tuner_attach, | 61 | .tuner_attach = dibusb_dib3000mc_tuner_attach, |
62 | 62 | ||
63 | /* parameter for the MPEG2-data transfer */ | 63 | /* parameter for the MPEG2-data transfer */ |
64 | .stream = { | 64 | .stream = { |
65 | .type = USB_BULK, | 65 | .type = USB_BULK, |
66 | .count = 7, | 66 | .count = 7, |
67 | .endpoint = 0x06, | 67 | .endpoint = 0x06, |
68 | .u = { | 68 | .u = { |
69 | .bulk = { | 69 | .bulk = { |
70 | .buffersize = 4096, | 70 | .buffersize = 4096, |
71 | } | 71 | } |
72 | } | 72 | } |
73 | }, | 73 | }, |
74 | .size_of_priv = sizeof(struct dibusb_state), | 74 | .size_of_priv = sizeof(struct dibusb_state), |
75 | } | 75 | } |
76 | }, | 76 | }, |