mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
019391e426
commit
01451e7227
|
@ -317,6 +317,7 @@ static struct dvb_usb_device_properties dibusb2_0b_properties = {
|
||||||
.pid_filter_ctrl = dibusb_pid_filter_ctrl,
|
.pid_filter_ctrl = dibusb_pid_filter_ctrl,
|
||||||
.frontend_attach = dibusb_dib3000mb_frontend_attach,
|
.frontend_attach = dibusb_dib3000mb_frontend_attach,
|
||||||
.tuner_attach = dibusb_thomson_tuner_attach,
|
.tuner_attach = dibusb_thomson_tuner_attach,
|
||||||
|
|
||||||
/* parameter for the MPEG2-data transfer */
|
/* parameter for the MPEG2-data transfer */
|
||||||
.stream = {
|
.stream = {
|
||||||
.type = USB_BULK,
|
.type = USB_BULK,
|
||||||
|
|
Loading…
Reference in New Issue