summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/gp8psk.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-10-13 11:34:46 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-10-13 11:34:46 -0300
commitbba88a87a5418d8793c4b52749e3d7b823958e8e (patch)
tree000ac2c189fbfbe2c6e7914b2cb218e3581bd1c9 /linux/drivers/media/dvb/dvb-usb/gp8psk.c
parenta9ef1387521824ade7ec1897edff9ea818183afa (diff)
downloadmediapointer-dvb-s2-bba88a87a5418d8793c4b52749e3d7b823958e8e.tar.gz
mediapointer-dvb-s2-bba88a87a5418d8793c4b52749e3d7b823958e8e.tar.bz2
Fixed DVB-USB-Adapter indention
From: Patrick Boettcher <pb@linuxtv.org> 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 'linux/drivers/media/dvb/dvb-usb/gp8psk.c')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/gp8psk.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/gp8psk.c b/linux/drivers/media/dvb/dvb-usb/gp8psk.c
index e2d906985..6295e30c3 100644
--- a/linux/drivers/media/dvb/dvb-usb/gp8psk.c
+++ b/linux/drivers/media/dvb/dvb-usb/gp8psk.c
@@ -194,19 +194,19 @@ static struct dvb_usb_device_properties gp8psk_properties = {
.num_adapters = 1,
.adapter = {
{
- .streaming_ctrl = gp8psk_streaming_ctrl,
- .frontend_attach = gp8psk_frontend_attach,
- /* parameter for the MPEG2-data transfer */
+ .streaming_ctrl = gp8psk_streaming_ctrl,
+ .frontend_attach = gp8psk_frontend_attach,
+ /* parameter for the MPEG2-data transfer */
.stream = {
.type = USB_BULK,
- .count = 7,
- .endpoint = 0x82,
- .u = {
- .bulk = {
- .buffersize = 8192,
- }
- }
- },
+ .count = 7,
+ .endpoint = 0x82,
+ .u = {
+ .bulk = {
+ .buffersize = 8192,
+ }
+ }
+ },
}
},
.power_ctrl = gp8psk_power_ctrl,