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 185fcd1..9ab4393 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;