Staging: comedi: remove C99 comments in acl7225b.c
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
67d83b4fb9
commit
ed27614451
@@ -26,8 +26,8 @@ static int acl7225b_attach(struct comedi_device *dev, struct comedi_devconfig *
|
|||||||
static int acl7225b_detach(struct comedi_device *dev);
|
static int acl7225b_detach(struct comedi_device *dev);
|
||||||
|
|
||||||
struct boardtype {
|
struct boardtype {
|
||||||
const char *name; // driver name
|
const char *name; /* driver name */
|
||||||
int io_range; // len of I/O space
|
int io_range; /* len of I/O space */
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct boardtype boardtypes[] = {
|
static const struct boardtype boardtypes[] = {
|
||||||
|
Reference in New Issue
Block a user