From e7ed40fb26942c74d3808e00d5711588a0cdc476 Mon Sep 17 00:00:00 2001 From: Ashvini Varatharaj Date: Tue, 15 Oct 2013 15:00:40 +0530 Subject: [PATCH] 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 --- drivers/staging/vt6656/wmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1