From: Erik Arfvidson <[email protected]>

This fixes last checkpatch warning:
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: Erik Arfvidson <[email protected]>
Signed-off-by: Benjamin Romer <[email protected]>
---
 drivers/staging/unisys/include/visorbus.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/include/visorbus.h 
b/drivers/staging/unisys/include/visorbus.h
index 23f4704..98f6ebc 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;
-- 
2.5.0

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to