Commit d67107fe authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: gsc_hpdi: tidy up the boardinfo

Remove the unnecessary comments in the boardinfo definition and
tidy up the declaration.

FWIW, I'm not sure this boardinfo is really needed...
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 fce0ff52
......@@ -128,9 +128,9 @@
#define NUM_DMA_DESCRIPTORS 256
struct hpdi_board {
const char *name; /* board name */
int device_id; /* pci device id */
int subdevice_id; /* pci subdevice id */
const char *name;
int device_id;
int subdevice_id;
};
static const struct hpdi_board hpdi_boards[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment