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>
This commit is contained in:
Emanuel Mariano Ravera 2010-09-16 15:11:41 -03:00 committed by Greg Kroah-Hartman
parent b168ae4d4b
commit 357bcdfb45
1 changed files with 1 additions and 1 deletions

View File

@ -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 ----------------------------*/