summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
diff options
context:
space:
mode:
authorAshvini Varatharaj <ashvinivaratharaj@gmail.com>2013-10-15 15:00:40 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-15 09:24:37 -0700
commite7ed40fb26942c74d3808e00d5711588a0cdc476 (patch)
tree9252b5b95fae0987fa7a3ffbd71b131e3f791763 /drivers/staging/vt6656
parent1f13b0b8e7a60cfdc5fcc7367350592b37789528 (diff)
downloadlinux-e7ed40fb26942c74d3808e00d5711588a0cdc476.tar.bz2
Staging: vt6656: adding spaces around '='
Fix checkpatch error: ERROR: spaces required around that '=' (ctx:WxV) Signed-off-by: Ashvini Varatharaj <ashvinivaratharaj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r--drivers/staging/vt6656/wmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/wmgr.c b/drivers/staging/vt6656/wmgr.c
index 5a6a5bad0c42..7bb3cee80469 100644
--- a/drivers/staging/vt6656/wmgr.c
+++ b/drivers/staging/vt6656/wmgr.c
@@ -81,7 +81,7 @@
#include "control.h"
#include "rndis.h"
-static int msglevel =MSG_LEVEL_INFO;
+static int msglevel = MSG_LEVEL_INFO;
//static int msglevel =MSG_LEVEL_DEBUG;
static int ChannelExceedZoneType(struct vnt_private *, u8 byCurrChannel);