forked from luck/tmp_suning_uos_patched
staging:wilc1000:wilc_sdio.c Aligns code match open parenthesis
Fixes checkpatch CHECK: Alignment should match open parenthesis Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
351e6c2439
commit
76889ddfcd
@ -127,7 +127,7 @@ static int linux_sdio_probe(struct sdio_func *func,
|
||||
|
||||
dev_dbg(&func->dev, "Initializing netdev\n");
|
||||
ret = wilc_netdev_init(&wilc, &func->dev, HIF_SDIO, gpio,
|
||||
&wilc_hif_sdio);
|
||||
&wilc_hif_sdio);
|
||||
if (ret) {
|
||||
dev_err(&func->dev, "Couldn't initialize netdev\n");
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user