From: Ian Abbott Date: Thu, 31 Jul 2014 13:47:39 +0000 (+0100) Subject: staging: comedi: amplc_pci224: fix checkpatch line over 80 characters X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7c40bd48dbae93e7bd8369d8326f8850eff98f73;p=deliverable%2Flinux.git staging: comedi: amplc_pci224: fix checkpatch line over 80 characters Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/amplc_pci224.c b/drivers/staging/comedi/drivers/amplc_pci224.c index 72506bf6aa1e..6a570ef1f5ab 100644 --- a/drivers/staging/comedi/drivers/amplc_pci224.c +++ b/drivers/staging/comedi/drivers/amplc_pci224.c @@ -565,7 +565,8 @@ static void pci224_ao_handle_fifo(struct comedi_device *dev, switch (dacstat & PCI224_DACCON_FIFOFL_MASK) { case PCI224_DACCON_FIFOFL_EMPTY: room = PCI224_FIFO_ROOM_EMPTY; - if (cmd->stop_src == TRIG_COUNT && devpriv->ao_stop_count == 0) { + if (cmd->stop_src == TRIG_COUNT && + devpriv->ao_stop_count == 0) { /* FIFO empty at end of counted acquisition. */ s->async->events |= COMEDI_CB_EOA; cfc_handle_events(dev, s);