Skip to content

Commit

Permalink
staging: comedi: ni_daq_700: remove some dangling ';'
Browse files Browse the repository at this point in the history
Functions don't need the ';' at the end.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 23, 2012
1 parent 7448fcd commit 4fb209a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/ni_daq_700.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ static int dio700_attach(struct comedi_device *dev, struct comedi_devconfig *it)
dev->iobase);

return 0;
};
}

static void dio700_detach(struct comedi_device *dev)
{
/* nothing to cleanup */
};
}

static const struct dio700_board dio700_boards[] = {
{
Expand Down

0 comments on commit 4fb209a

Please sign in to comment.