From: Amitoj Kaur Chawla Date: Tue, 6 Oct 2015 07:56:50 +0000 (+0530) Subject: staging: vt6656: Remove space after opening brace X-Git-Tag: v4.4-rc1~125^2~1120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1df7e0a10b012b2e3652edcea3536aa10b48e0e9;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 26b16772fc40b..3bdbae80d40c6 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 */