Skip to content

Commit

Permalink
Staging: comedi: ni_labpc_cs: wrapped long comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bart Massey authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 92c4bad commit 63a4eca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/comedi/drivers/ni_labpc_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it);
static const struct labpc_board_struct labpc_cs_boards[] = {
{
.name = "daqcard-1200",
.device_id = 0x103, /* 0x10b is manufacturer id, 0x103 is device id */
.device_id = 0x103, /* 0x10b is manufacturer id,
0x103 is device id */
.ai_speed = 10000,
.bustype = pcmcia_bustype,
.register_layout = labpc_1200_layout,
Expand Down

0 comments on commit 63a4eca

Please sign in to comment.