From: Ashvini Varatharaj Date: Tue, 15 Oct 2013 09:30:40 +0000 (+0530) Subject: Staging: vt6656: adding spaces around '=' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e7ed40fb26942c74d3808e00d5711588a0cdc476;p=deliverable%2Flinux.git Staging: vt6656: adding spaces around '=' Fix checkpatch error: ERROR: spaces required around that '=' (ctx:WxV) Signed-off-by: Ashvini Varatharaj Signed-off-by: Greg Kroah-Hartman --- 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);