Skip to content

Commit

Permalink
staging: comedi: adv_pci1710: remove function separation comments
Browse files Browse the repository at this point in the history
Remove the remaining, unnecessary, function separation comments.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 25, 2015
1 parent 383fab4 commit 6e7862f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions drivers/staging/comedi/drivers/adv_pci1710.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,6 @@ static void pci1710_handle_every_sample(struct comedi_device *dev,
comedi_handle_events(dev, s);
}

/*
==============================================================================
*/
static int move_block_from_fifo(struct comedi_device *dev,
struct comedi_subdevice *s, int n, int turn)
{
Expand Down Expand Up @@ -786,9 +783,6 @@ static void pci1710_handle_fifo(struct comedi_device *dev,
comedi_handle_events(dev, s);
}

/*
==============================================================================
*/
static irqreturn_t interrupt_service_pci1710(int irq, void *d)
{
struct comedi_device *dev = d;
Expand Down Expand Up @@ -945,9 +939,6 @@ static int pci171x_ai_cmdtest(struct comedi_device *dev,
return 0;
}

/*
==============================================================================
*/
static int pci171x_reset(struct comedi_device *dev)
{
const struct boardtype *board = dev->board_ptr;
Expand Down Expand Up @@ -975,9 +966,6 @@ static int pci171x_reset(struct comedi_device *dev)
return 0;
}

/*
==============================================================================
*/
static int pci1720_reset(struct comedi_device *dev)
{
struct pci1710_private *devpriv = dev->private;
Expand All @@ -995,9 +983,6 @@ static int pci1720_reset(struct comedi_device *dev)
return 0;
}

/*
==============================================================================
*/
static int pci1710_reset(struct comedi_device *dev)
{
const struct boardtype *board = dev->board_ptr;
Expand Down

0 comments on commit 6e7862f

Please sign in to comment.