mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
staging:wilc1000:linux_wlan.c Align code to 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
7a8c48a262
commit
36190caa4f
@ -364,7 +364,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
|
|||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
if (!wait_for_completion_timeout(&wilc->sync_event,
|
if (!wait_for_completion_timeout(&wilc->sync_event,
|
||||||
msecs_to_jiffies(5000)))
|
msecs_to_jiffies(5000)))
|
||||||
return -ETIME;
|
return -ETIME;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user