Skip to content

Commit

Permalink
V4L/DVB (3329): cx88_subids whitespace cleanup
Browse files Browse the repository at this point in the history
- Clean up a recently introduced spaces vs tabs whitespace problem.

Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
  • Loading branch information
Chris Pascoe authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 81481e9 commit b9f4ad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1237,14 +1237,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);

Expand Down

0 comments on commit b9f4ad5

Please sign in to comment.