Digital direction configuration: channels 0-7 output, 8-15 input (8225 device
 emu as port A output, port B input, port C N/A).
 
-Analog: The input  range is 0 to 4095 for -10 to +10 volts 
+Analog: The input  range is 0 to 4095 for -10 to +10 volts
 IRQ is assigned but not used.
 
 Version 0.1    Original DIO only driver
  */
 static void daq700_ai_config(struct comedi_device *dev,
                             struct comedi_subdevice *s)
-{                      
+{
        unsigned long iobase = dev->iobase;
 
        outb(0x80, iobase + CMD_R1);    /* disable scanning, ADC to chan 0 */