summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
diff options
context:
space:
mode:
authorEmanuel Mariano Ravera2010-09-16 20:11:41 +0200
committerGreg Kroah-Hartman2010-09-16 21:37:35 +0200
commit357bcdfb45da793b7e5b39ce349bb2f7df08bcc2 (patch)
treea3eb93788cbc76129af66620751f05437321f423 /drivers/staging/vt6656
parentstaging: vt6656: removed not required parentheses. (diff)
downloadkernel-qcow2-linux-357bcdfb45da793b7e5b39ce349bb2f7df08bcc2.tar.gz
kernel-qcow2-linux-357bcdfb45da793b7e5b39ce349bb2f7df08bcc2.tar.xz
kernel-qcow2-linux-357bcdfb45da793b7e5b39ce349bb2f7df08bcc2.zip
staging: vt6656: Space Added after definition of Variable MSG_LEVEL_INFO
Added an space after the definition of the variable MSG_LEVEL_INFO on line 43 Signed-off-by: Emanuel Mariano Ravera <ravera.emanuel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r--drivers/staging/vt6656/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/channel.c b/drivers/staging/vt6656/channel.c
index a2460ae1ec42..624bd2b6363a 100644
--- a/drivers/staging/vt6656/channel.c
+++ b/drivers/staging/vt6656/channel.c
@@ -40,7 +40,7 @@
#include "rf.h"
/*--------------------- Static Definitions -------------------------*/
-static int msglevel =MSG_LEVEL_INFO;
+static int msglevel = MSG_LEVEL_INFO;
//static int msglevel =MSG_LEVEL_DEBUG;
/*--------------------- Static Classes ----------------------------*/