Skip to content

Commit

Permalink
staging: vt6656: Remove space before closing brace
Browse files Browse the repository at this point in the history
Remove space before closing brace '}'. Problem found using
checkpatch.pl
CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Amitoj Kaur Chawla authored and Greg Kroah-Hartman committed Oct 8, 2015
1 parent 1df7e0a commit 2136c81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/vt6656/baseband.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ void vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning)
cr_206 = 0x38;
}
break;

}

if (ed_inx == priv->bb_pre_ed_index && !scanning)
Expand Down

0 comments on commit 2136c81

Please sign in to comment.