mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 05:36:35 +07:00
staging: wilc1000: wilc_wfi_netdevice.c: remove braces for single statement block
Fix checkpatch warning found by checkpatch.pl WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e8b369ea2b
commit
55229a56bb
@ -931,10 +931,8 @@ int WILC_WFI_InitModule(void)
|
||||
/* ret = host_int_init(&priv[0]->hWILCWFIDrv); */
|
||||
/*copy handle to the other driver*/
|
||||
/* priv[1]->hWILCWFIDrv = priv[0]->hWILCWFIDrv; */
|
||||
if (ret) {
|
||||
if (ret)
|
||||
PRINT_ER("Error Init Driver\n");
|
||||
}
|
||||
|
||||
|
||||
out:
|
||||
if (ret)
|
||||
|
Loading…
Reference in New Issue
Block a user