Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 260f67cb authored by Sam Asadi's avatar Sam Asadi Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: adv_pci1710: an issue in code style fixed



An issue in 'line over 80 characters' fixed by removing over-lined
comment to the previous line.

Signed-off-by: default avatarSam Asadi <asadi.samuel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9cf7aa62
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1083,7 +1083,8 @@ static int pci1720_reset(struct comedi_device *dev)
	/* 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 */
	/* set all ranges to +/-5V */
	outb(devpriv->da_ranges, dev->iobase + PCI1720_RANGE);
	outw(0x0800, dev->iobase + PCI1720_DA0);	/*  set outputs to 0V */
	outw(0x0800, dev->iobase + PCI1720_DA1);
	outw(0x0800, dev->iobase + PCI1720_DA2);