提交 589cabe1 编写于 作者: C Christopher Rice 提交者: Greg Kroah-Hartman

drivers:staging:comedi:drivers:cb_das_cs.c codeing style issue

drivers: staging: comedi: cb_das16_cs.c
fixed over 80 line issue, and removed a space before tab issue.
Signed-off-by: NChristopher Rice <rice.christopher.a@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 bcd9a1e9
......@@ -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 &&
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册