summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c10
-rw-r--r--v4l/ChangeLog8
2 files changed, 13 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 0ac464734..2173d4866 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-cards.c,v 1.117 2006/01/08 03:39:03 pascoe Exp $
+ * $Id: cx88-cards.c,v 1.118 2006/01/09 01:05:19 pascoe Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -1239,14 +1239,14 @@ struct cx88_subid cx88_subids[] = {
.subdevice = 0x0025,
.card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
},{
- .subvendor = 0x17de,
- .subdevice = 0x08a1,
- .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
+ .subvendor = 0x17de,
+ .subdevice = 0x08a1,
+ .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
},{
.subvendor = 0x18ac,
.subdevice = 0xdb50,
.card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
- }
+ },
};
const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index e0abe6e48..e994c9dcc 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,11 @@
+2006-01-09 00:41 pascoe
+
+ * linux/drivers/media/video/cx88/cx88-cards.c:
+ - Remove whitespace and restore trailing comma on cx88_subids
+ array.
+
+ Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
+
2006-01-09 00:22 pascoe
* linux/drivers/media/dvb/dvb-usb/cxusb.c: