diff options
author | Chaehyun Lim <chaehyun.lim@gmail.com> | 2015-10-02 21:44:56 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 09:42:39 +0100 |
commit | 1bd6dee3c51d3d6e5dbdeec2013dbf293ef18d7a (patch) | |
tree | 35f1e9fff14638477e9c36254ba451219ec99e5e /drivers | |
parent | 6d6c9bbb070c99d8926308f284e2e13cd8bc3982 (diff) |
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 <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wilc1000/host_interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |