OSDN Git Service

Staging: comedi: adv_pci1710: an issue in line over 80 fixed
authorSam Asadi <asadi.samuel@gmail.com>
Sun, 20 Jul 2014 14:06:23 +0000 (17:06 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jul 2014 21:53:44 +0000 (14:53 -0700)
An issue in 'line over 80 characters' fixed by removing over-lined comment
to the previous line.

Signed-off-by: Sam Asadi <asadi.samuel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/adv_pci1710.c

index 7ccd41b..6bd5015 100644 (file)
@@ -1080,8 +1080,8 @@ static int pci171x_reset(struct comedi_device *dev)
 static int pci1720_reset(struct comedi_device *dev)
 {
        struct pci1710_private *devpriv = dev->private;
-
-       outb(Syncont_SC0, dev->iobase + PCI1720_SYNCONT);       /*  set synchronous output mode */
+       /* set synchronous output mode */
+       outb(Syncont_SC0, dev->iobase + PCI1720_SYNCONT);
        devpriv->da_ranges = 0xAA;
        outb(devpriv->da_ranges, dev->iobase + PCI1720_RANGE);  /*  set all ranges to +/-5V */
        outw(0x0800, dev->iobase + PCI1720_DA0);        /*  set outputs to 0V */