mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ static int linux_wlan_start_firmware(struct net_device *dev)
|
|||
return ret;
|
||||
|
||||
if (!wait_for_completion_timeout(&wilc->sync_event,
|
||||
msecs_to_jiffies(5000)))
|
||||
msecs_to_jiffies(5000)))
|
||||
return -ETIME;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue