summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorErik Arfvidson <erik.arfvidson@unisys.com>2015-11-17 18:34:52 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-17 22:25:36 (GMT)
commitb0bc5da143f654d39a4899c766757a22606428c0 (patch)
treeb2becd6260945830d3baeac960eb34fa381d0db5 /drivers/staging/unisys
parent0678eb1e4e0de2eaf40a28243bb9f227ae4ff49e (diff)
downloadlinux-b0bc5da143f654d39a4899c766757a22606428c0.tar.xz
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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/include/visorbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index 9235536..2a64a9c 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -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;