From: Chaehyun Lim Date: Fri, 2 Oct 2015 12:44:56 +0000 (+0900) Subject: staging: wilc1000: remove blank lines before close brace X-Git-Tag: KARO-TX6UL-2015-11-03~34^2~1193 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bd6dee3c51d3d6e5dbdeec2013dbf293ef18d7a;p=karo-tx-linux.git staging: wilc1000: remove blank lines before close brace This patch removes blank lines before close brace '}' CHECK: Blank lines aren't necessary before a close brace '}' drivers/staging/wilc1000/host_interface.c:5366: Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 9f93a5274b91..39d72acf5375 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -5362,7 +5362,6 @@ int host_int_wait_msg_queue_idle(void) down(&hWaitResponse); return result; - } s32 host_int_set_wfi_drv_handler(tstrWILC_WFIDrv *u32address)