Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)