Skip to content

Commit

Permalink
drivers:staging:comedi:drivers:cb_das_cs.c codeing style issue
Browse files Browse the repository at this point in the history
drivers: staging: comedi: cb_das16_cs.c
fixed over 80 line issue, and removed a space before tab issue.

Signed-off-by: Christopher Rice <rice.christopher.a@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Christopher Rice authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent bcd9a1e commit 589cabe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ static int das16cs_ai_cmdtest(struct comedi_device *dev,
if (err)
return 1;

/* step 2: make sure trigger sources are unique and mutually compatible */
/* step 2: make sure trigger sources are unique and
* mutually compatible */

/* note that mutual compatibility is not an issue here */
if (cmd->scan_begin_src != TRIG_TIMER &&
Expand Down Expand Up @@ -508,7 +509,7 @@ static int das16cs_ao_winsn(struct comedi_device *dev,
else
status1 |= 0x0008;

/* printk("0x%04x\n",status1);*/
/* printk("0x%04x\n",status1);*/
outw(status1, dev->iobase + 4);
udelay(1);

Expand Down

0 comments on commit 589cabe

Please sign in to comment.