Commit b0bc5da1 authored by Erik Arfvidson's avatar Erik Arfvidson Committed by Greg Kroah-Hartman

staging: unisys: visorbus.h fix block comment

This fixes last checkpatch warning:
WARNING: Block comments use a trailing */ on a separate line
Signed-off-by: default avatarErik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0678eb1e
...@@ -140,8 +140,8 @@ struct visor_device { ...@@ -140,8 +140,8 @@ struct visor_device {
struct { struct {
int major, minor; int major, minor;
void *attr; /* private use by devmajorminor_attr.c you can void *attr; /* private use by devmajorminor_attr.c you can
* change this constant to whatever you * change this constant to whatever you want
* want; */ */
} devnodes[5]; } devnodes[5];
/* the code will detect and behave appropriately) */ /* the code will detect and behave appropriately) */
struct semaphore visordriver_callback_lock; struct semaphore visordriver_callback_lock;
......
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