Commit 18092f44 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: das1800: remove the function comments

These comments are just added cruft. Remove them.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7d5fa05c
...@@ -359,7 +359,6 @@ static void das1800_handle_fifo_not_empty(struct comedi_device *dev, ...@@ -359,7 +359,6 @@ static void das1800_handle_fifo_not_empty(struct comedi_device *dev,
} }
} }
/* Utility function used by das1800_flush_dma() and das1800_handle_dma() */
static void das1800_flush_dma_channel(struct comedi_device *dev, static void das1800_flush_dma_channel(struct comedi_device *dev,
struct comedi_subdevice *s, struct comedi_subdevice *s,
struct comedi_isadma_desc *desc) struct comedi_isadma_desc *desc)
...@@ -375,8 +374,6 @@ static void das1800_flush_dma_channel(struct comedi_device *dev, ...@@ -375,8 +374,6 @@ static void das1800_flush_dma_channel(struct comedi_device *dev,
comedi_buf_write_samples(s, desc->virt_addr, nsamples); comedi_buf_write_samples(s, desc->virt_addr, nsamples);
} }
/* flushes remaining data from board when external trigger has stopped acquisition
* and we are using dma transfers */
static void das1800_flush_dma(struct comedi_device *dev, static void das1800_flush_dma(struct comedi_device *dev,
struct comedi_subdevice *s) struct comedi_subdevice *s)
{ {
...@@ -444,7 +441,6 @@ static int das1800_ai_cancel(struct comedi_device *dev, ...@@ -444,7 +441,6 @@ static int das1800_ai_cancel(struct comedi_device *dev,
return 0; return 0;
} }
/* the guts of the interrupt handler, that is shared with das1800_ai_poll */
static void das1800_ai_handler(struct comedi_device *dev) static void das1800_ai_handler(struct comedi_device *dev)
{ {
struct das1800_private *devpriv = dev->private; struct das1800_private *devpriv = dev->private;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment