Commit 1bd6dee3 authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman

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: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6d6c9bbb
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment