Commit 357bcdfb authored by Emanuel Mariano Ravera's avatar Emanuel Mariano Ravera Committed by Greg Kroah-Hartman

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: default avatarEmanuel Mariano Ravera <ravera.emanuel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b168ae4d
......@@ -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 ----------------------------*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment