staging: comedi: ni_daq_700: remove some dangling ';'

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>
This commit is contained in:
H Hartley Sweeten 2012-06-22 16:33:52 -07:00 коммит произвёл Greg Kroah-Hartman
Родитель 7448fcd3b8
Коммит 4fb209a569
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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[] = {
{