diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-06 07:56:50 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-08 09:50:27 (GMT) |
commit | 1df7e0a10b012b2e3652edcea3536aa10b48e0e9 (patch) | |
tree | 0f48dcbf4fc62811d31ae2b5c33c8a2bfa45af6e | |
parent | cbe396fbacc7b9e877a97a394ce2cd4a50a74160 (diff) | |
download | linux-1df7e0a10b012b2e3652edcea3536aa10b48e0e9.tar.xz |
staging: vt6656: Remove space after opening brace
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>
-rw-r--r-- | drivers/staging/vt6656/baseband.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 26b1677..3bdbae8 100644 --- a/drivers/staging/vt6656/baseband.c +++ b/drivers/staging/vt6656/baseband.c @@ -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 */ |