aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/cxusb.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/cxusb.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/cxusb.c')
-rw-r--r--drivers/media/dvb/dvb-usb/cxusb.c130
1 files changed, 65 insertions, 65 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c
index 43f39069ef34..e05200b6110b 100644
--- a/drivers/media/dvb/dvb-usb/cxusb.c
+++ b/drivers/media/dvb/dvb-usb/cxusb.c
@@ -529,20 +529,20 @@ static struct dvb_usb_device_properties cxusb_medion_properties = {
529 .num_adapters = 1, 529 .num_adapters = 1,
530 .adapter = { 530 .adapter = {
531 { 531 {
532 .streaming_ctrl = cxusb_streaming_ctrl, 532 .streaming_ctrl = cxusb_streaming_ctrl,
533 .frontend_attach = cxusb_cx22702_frontend_attach, 533 .frontend_attach = cxusb_cx22702_frontend_attach,
534 .tuner_attach = cxusb_fmd1216me_tuner_attach, 534 .tuner_attach = cxusb_fmd1216me_tuner_attach,
535 /* parameter for the MPEG2-data transfer */ 535 /* parameter for the MPEG2-data transfer */
536 .stream = { 536 .stream = {
537 .type = USB_BULK, 537 .type = USB_BULK,
538 .count = 5, 538 .count = 5,
539 .endpoint = 0x02, 539 .endpoint = 0x02,
540 .u = { 540 .u = {
541 .bulk = { 541 .bulk = {
542 .buffersize = 8192, 542 .buffersize = 8192,
543 } 543 }
544 } 544 }
545 }, 545 },
546 546
547 }, 547 },
548 }, 548 },
@@ -575,21 +575,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgh064f_properties = {
575 .num_adapters = 1, 575 .num_adapters = 1,
576 .adapter = { 576 .adapter = {
577 { 577 {
578 .streaming_ctrl = cxusb_streaming_ctrl, 578 .streaming_ctrl = cxusb_streaming_ctrl,
579 .frontend_attach = cxusb_lgdt3303_frontend_attach, 579 .frontend_attach = cxusb_lgdt3303_frontend_attach,
580 .tuner_attach = cxusb_lgdt3303_tuner_attach, 580 .tuner_attach = cxusb_lgdt3303_tuner_attach,
581 581
582 /* parameter for the MPEG2-data transfer */ 582 /* parameter for the MPEG2-data transfer */
583 .stream = { 583 .stream = {
584 .type = USB_BULK, 584 .type = USB_BULK,
585 .count = 5, 585 .count = 5,
586 .endpoint = 0x02, 586 .endpoint = 0x02,
587 .u = { 587 .u = {
588 .bulk = { 588 .bulk = {
589 .buffersize = 8192, 589 .buffersize = 8192,
590 } 590 }
591 } 591 }
592 }, 592 },
593 }, 593 },
594 }, 594 },
595 595
@@ -627,20 +627,20 @@ static struct dvb_usb_device_properties cxusb_bluebird_dee1601_properties = {
627 .num_adapters = 1, 627 .num_adapters = 1,
628 .adapter = { 628 .adapter = {
629 { 629 {
630 .streaming_ctrl = cxusb_streaming_ctrl, 630 .streaming_ctrl = cxusb_streaming_ctrl,
631 .frontend_attach = cxusb_dee1601_frontend_attach, 631 .frontend_attach = cxusb_dee1601_frontend_attach,
632 .tuner_attach = cxusb_dee1601_tuner_attach, 632 .tuner_attach = cxusb_dee1601_tuner_attach,
633 /* parameter for the MPEG2-data transfer */ 633 /* parameter for the MPEG2-data transfer */
634 .stream = { 634 .stream = {
635 .type = USB_BULK, 635 .type = USB_BULK,
636 .count = 5, 636 .count = 5,
637 .endpoint = 0x04, 637 .endpoint = 0x04,
638 .u = { 638 .u = {
639 .bulk = { 639 .bulk = {
640 .buffersize = 8192, 640 .buffersize = 8192,
641 } 641 }
642 } 642 }
643 }, 643 },
644 }, 644 },
645 }, 645 },
646 646
@@ -686,21 +686,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgz201_properties = {
686 .num_adapters = 2, 686 .num_adapters = 2,
687 .adapter = { 687 .adapter = {
688 { 688 {
689 .streaming_ctrl = cxusb_streaming_ctrl, 689 .streaming_ctrl = cxusb_streaming_ctrl,
690 .frontend_attach = cxusb_mt352_frontend_attach, 690 .frontend_attach = cxusb_mt352_frontend_attach,
691 .tuner_attach = cxusb_lgz201_tuner_attach, 691 .tuner_attach = cxusb_lgz201_tuner_attach,
692 692
693 /* parameter for the MPEG2-data transfer */ 693 /* parameter for the MPEG2-data transfer */
694 .stream = { 694 .stream = {
695 .type = USB_BULK, 695 .type = USB_BULK,
696 .count = 5, 696 .count = 5,
697 .endpoint = 0x04, 697 .endpoint = 0x04,
698 .u = { 698 .u = {
699 .bulk = { 699 .bulk = {
700 .buffersize = 8192, 700 .buffersize = 8192,
701 } 701 }
702 } 702 }
703 }, 703 },
704 }, 704 },
705 }, 705 },
706 .power_ctrl = cxusb_bluebird_power_ctrl, 706 .power_ctrl = cxusb_bluebird_power_ctrl,
@@ -736,21 +736,21 @@ static struct dvb_usb_device_properties cxusb_bluebird_dtt7579_properties = {
736 .num_adapters = 1, 736 .num_adapters = 1,
737 .adapter = { 737 .adapter = {
738 { 738 {
739 .streaming_ctrl = cxusb_streaming_ctrl, 739 .streaming_ctrl = cxusb_streaming_ctrl,
740 .frontend_attach = cxusb_mt352_frontend_attach, 740 .frontend_attach = cxusb_mt352_frontend_attach,
741 .tuner_attach = cxusb_dtt7579_tuner_attach, 741 .tuner_attach = cxusb_dtt7579_tuner_attach,
742 742
743 /* parameter for the MPEG2-data transfer */ 743 /* parameter for the MPEG2-data transfer */
744 .stream = { 744 .stream = {
745 .type = USB_BULK, 745 .type = USB_BULK,
746 .count = 5, 746 .count = 5,
747 .endpoint = 0x04, 747 .endpoint = 0x04,
748 .u = { 748 .u = {
749 .bulk = { 749 .bulk = {
750 .buffersize = 8192, 750 .buffersize = 8192,
751 } 751 }
752 } 752 }
753 }, 753 },
754 }, 754 },
755 }, 755 },
756 .power_ctrl = cxusb_bluebird_power_ctrl, 756 .power_ctrl = cxusb_bluebird_power_ctrl,