mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
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: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5b09bd32a7
commit
1d53eec391
@@ -6465,7 +6465,6 @@ s32 host_int_init(tstrWILC_WFIDrv **phWFIDrv)
|
||||
wilc_mq_destroy(&gMsgQHostIF);
|
||||
_fail_:
|
||||
return result;
|
||||
|
||||
}
|
||||
/**
|
||||
* @brief host_int_deinit
|
||||
|
||||
Reference in New Issue
Block a user