]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging:wilc1000:linux_wlan.c Align code to match open parenthesis
authorScott Matheina <scott@matheina.com>
Thu, 12 Jan 2017 03:38:34 +0000 (21:38 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jan 2017 17:10:25 +0000 (18:10 +0100)
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>
drivers/staging/wilc1000/linux_wlan.c

index 185fcd15faa7ed9b0a027a558d921536b14c4e76..9ab43935869e6d586035923ab60c2494d0a476be 100644 (file)
@@ -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;