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

staging: comedi: amplc_dio200_common: document spinlock definition

Fix the checkpatch.pl issue:
CHECK: spinlock_t definition without comment
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 eecbf234
...@@ -101,7 +101,7 @@ struct dio200_subdev_8255 { ...@@ -101,7 +101,7 @@ struct dio200_subdev_8255 {
}; };
struct dio200_subdev_intr { struct dio200_subdev_intr {
spinlock_t spinlock; spinlock_t spinlock; /* protects the 'active' flag */
unsigned int ofs; unsigned int ofs;
unsigned int valid_isns; unsigned int valid_isns;
unsigned int enabled_isns; unsigned int enabled_isns;
......
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