From 2136c81fd9e108c0ff6627e86d7ccdd8e4c7f586 Mon Sep 17 00:00:00 2001 From: Amitoj Kaur Chawla Date: Wed, 7 Oct 2015 10:29:43 +0530 Subject: [PATCH] staging: vt6656: Remove space before closing brace Remove space before closing brace '}'. Problem found using checkpatch.pl CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/baseband.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/vt6656/baseband.c b/drivers/staging/vt6656/baseband.c index 3bdbae80d40c..e5be261f2e69 100644 --- a/drivers/staging/vt6656/baseband.c +++ b/drivers/staging/vt6656/baseband.c @@ -810,7 +810,6 @@ void vnt_update_pre_ed_threshold(struct vnt_private *priv, int scanning) cr_206 = 0x38; } break; - } if (ed_inx == priv->bb_pre_ed_index && !scanning) -- 2.34.1