diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-24 11:30:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-24 11:30:30 -0300 |
commit | 9b46c2b9f7db1a87a4ad91531c3e390a8b1317fc (patch) | |
tree | 3b3095e5991d988467bc28714811f1b58a14a5b6 /linux/drivers/media/video/zc0301/zc0301_sensor.h | |
parent | dba498eafc72039f1c6f29001c830d23bd8fe193 (diff) | |
download | mediapointer-dvb-s2-9b46c2b9f7db1a87a4ad91531c3e390a8b1317fc.tar.gz mediapointer-dvb-s2-9b46c2b9f7db1a87a4ad91531c3e390a8b1317fc.tar.bz2 |
Removing bad whitespaces from pervious patch
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/zc0301/zc0301_sensor.h')
-rw-r--r-- | linux/drivers/media/video/zc0301/zc0301_sensor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/zc0301/zc0301_sensor.h b/linux/drivers/media/video/zc0301/zc0301_sensor.h index 7f005a940..fd8abf969 100644 --- a/linux/drivers/media/video/zc0301/zc0301_sensor.h +++ b/linux/drivers/media/video/zc0301/zc0301_sensor.h @@ -49,12 +49,12 @@ static int (*zc0301_sensor_table[])(struct zc0301_device*) = { \ extern struct zc0301_device* zc0301_match_id(struct zc0301_device* cam, const struct usb_device_id *id); -extern void +extern void zc0301_attach_sensor(struct zc0301_device* cam, struct zc0301_sensor* sensor); #define ZC0301_USB_DEVICE(vend, prod, intclass) \ .match_flags = USB_DEVICE_ID_MATCH_DEVICE | \ - USB_DEVICE_ID_MATCH_INT_CLASS, \ + USB_DEVICE_ID_MATCH_INT_CLASS, \ .idVendor = (vend), \ .idProduct = (prod), \ .bInterfaceClass = (intclass) @@ -109,7 +109,7 @@ struct zc0301_sensor { int (*init)(struct zc0301_device*); int (*get_ctrl)(struct zc0301_device*, struct v4l2_control* ctrl); int (*set_ctrl)(struct zc0301_device*, - const struct v4l2_control* ctrl); + const struct v4l2_control* ctrl); int (*set_crop)(struct zc0301_device*, const struct v4l2_rect* rect); /* Private */ |