forked from Minki/linux
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>
This commit is contained in:
parent
cbe396fbac
commit
1df7e0a10b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user