mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 10:02:33 -04:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user