aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/vp7045.c
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2006-10-13 10:34:46 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 05:50:51 -0500
commit01451e722793f191f6e13c5150dd8664f4439d17 (patch)
tree245ae8d527e645ee36e1f21e0b0524ea1df3b0ee /drivers/media/dvb/dvb-usb/vp7045.c
parent019391e426266a346ac2f1b3d3c70c26b482ff31 (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/vp7045.c')
-rw-r--r--drivers/media/dvb/dvb-usb/vp7045.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/media/dvb/dvb-usb/vp7045.c b/drivers/media/dvb/dvb-usb/vp7045.c
index b4cf002703a7..297806225f86 100644
--- a/drivers/media/dvb/dvb-usb/vp7045.c
+++ b/drivers/media/dvb/dvb-usb/vp7045.c
@@ -217,18 +217,18 @@ static struct dvb_usb_device_properties vp7045_properties = {
217 .num_adapters = 1, 217 .num_adapters = 1,
218 .adapter = { 218 .adapter = {
219 { 219 {
220 .frontend_attach = vp7045_frontend_attach, 220 .frontend_attach = vp7045_frontend_attach,
221 /* parameter for the MPEG2-data transfer */ 221 /* parameter for the MPEG2-data transfer */
222 .stream = { 222 .stream = {
223 .type = USB_BULK, 223 .type = USB_BULK,
224 .count = 7, 224 .count = 7,
225 .endpoint = 0x02, 225 .endpoint = 0x02,
226 .u = { 226 .u = {
227 .bulk = { 227 .bulk = {
228 .buffersize = 4096, 228 .buffersize = 4096,
229 } 229 }
230 } 230 }
231 }, 231 },
232 } 232 }
233 }, 233 },
234 .power_ctrl = vp7045_power_ctrl, 234 .power_ctrl = vp7045_power_ctrl,