Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e7862fc authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: adv_pci1710: remove function separation comments



Remove the remaining, unnecessary, function separation comments.

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 383fab40
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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)
{
@@ -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;
@@ -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;
@@ -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;
@@ -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;