Skip to content

Commit

Permalink
staging: vt6656: Space Added after definition of Variable MSG_LEVEL_INFO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emanuel Mariano Ravera authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent b168ae4 commit 357bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vt6656/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------*/
Expand Down

0 comments on commit 357bcdf

Please sign in to comment.