Fix checkpatch issues: "CHECK: Please don't use multiple blank lines".
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        else
                adccon |= PCI230_ADC_IR_UNI;
 
-
        /*
         * Enable only this channel in the scan list - otherwise by default
         * we'll get one sample from each channel.
        if (!get_resources(dev, res_mask, OWNER_AICMD))
                return -EBUSY;
 
-
        /* Get number of scans required. */
        if (cmd->stop_src == TRIG_COUNT)
                devpriv->ai_scan_count = cmd->stop_arg;
        if (status_int == PCI230_INT_DISABLE)
                return IRQ_NONE;
 
-
        spin_lock_irqsave(&devpriv->isr_spinlock, irqflags);
        valid_status_int = devpriv->int_en & status_int;
        /*