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: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0678eb1e4e
commit
b0bc5da143
|
@ -140,8 +140,8 @@ struct visor_device {
|
|||
struct {
|
||||
int major, minor;
|
||||
void *attr; /* private use by devmajorminor_attr.c you can
|
||||
* change this constant to whatever you
|
||||
* want; */
|
||||
* change this constant to whatever you want
|
||||
*/
|
||||
} devnodes[5];
|
||||
/* the code will detect and behave appropriately) */
|
||||
struct semaphore visordriver_callback_lock;
|
||||
|
|
Loading…
Reference in New Issue