Skip to content

Commit

Permalink
staging: vt6656: resolved checkpatch finding
Browse files Browse the repository at this point in the history
removed a C99 '//' comment and added a space around '='

Signed-off-by: Mariano Reingart <reingart@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mariano Reingart authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent fc4f558 commit 4a499de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/vt6656/rxtx.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
/*--------------------- Static Classes ----------------------------*/

/*--------------------- Static Variables --------------------------*/
//static int msglevel =MSG_LEVEL_DEBUG;
static int msglevel =MSG_LEVEL_INFO;
static int msglevel = MSG_LEVEL_INFO;

/*--------------------- Static Functions --------------------------*/

Expand Down

0 comments on commit 4a499de

Please sign in to comment.