drivers:staging:comedi:drivers:cb_das_cs.c codeing style issue
authorChristopher Rice <rice.christopher.a@gmail.com.com>
Fri, 23 Sep 2011 23:53:09 +0000 (16:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 27 Sep 2011 00:43:45 +0000 (17:43 -0700)
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>
drivers/staging/comedi/drivers/cb_das16_cs.c

index 8a1b8a7..e171c56 100644 (file)
@@ -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);