Skip to content

Commit

Permalink
staging: vt6656: Remove space after opening brace
Browse files Browse the repository at this point in the history
Remove space after opening brace '{'. Problem found using
checkpatch.pl
CHECK: Blank lines aren't necessary after an open 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 cbe396f commit 1df7e0a
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 @@ -527,7 +527,6 @@ void vnt_set_short_slot_time(struct vnt_private *priv)

void vnt_set_vga_gain_offset(struct vnt_private *priv, u8 data)
{

vnt_control_out_u8(priv, MESSAGE_REQUEST_BBREG, 0xE7, data);

/* patch for 3253B0 Baseband with Cardbus module */
Expand Down

0 comments on commit 1df7e0a

Please sign in to comment.