OSDN Git Service

staging: vt6656: resolved checkpatch finding
authorMariano Reingart <reingart@gmail.com>
Fri, 29 Oct 2010 22:15:26 +0000 (19:15 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:55:54 +0000 (15:55 -0800)
removed a C99 '//' comment and added a space around '='

Signed-off-by: Mariano Reingart <reingart@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vt6656/rxtx.c

index bbdc127..8f18578 100644 (file)
@@ -68,8 +68,7 @@
 /*---------------------  Static Classes  ----------------------------*/
 
 /*---------------------  Static Variables  --------------------------*/
-//static int          msglevel                =MSG_LEVEL_DEBUG;
-static int          msglevel                =MSG_LEVEL_INFO;
+static int          msglevel                = MSG_LEVEL_INFO;
 
 /*---------------------  Static Functions  --------------------------*/