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

staging: wilc1000: host_int_init: remove blank line before a close brace.

This patch removes blank line before a close brace.
CHECK: Blank lines aren't necessary before a close brace '}'
Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5b09bd32
......@@ -6465,7 +6465,6 @@ s32 host_int_init(tstrWILC_WFIDrv **phWFIDrv)
wilc_mq_destroy(&gMsgQHostIF);
_fail_:
return result;
}
/**
* @brief host_int_deinit
......
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