From 357bcdfb45da793b7e5b39ce349bb2f7df08bcc2 Mon Sep 17 00:00:00 2001 From: Emanuel Mariano Ravera Date: Thu, 16 Sep 2010 15:11:41 -0300 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/channel.c b/drivers/staging/vt6656/channel.c index a2460ae1ec4..624bd2b6363 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 ----------------------------*/ -- 2.46.0