From: Scott Matheina Date: Thu, 12 Jan 2017 03:38:34 +0000 (-0600) Subject: staging:wilc1000:linux_wlan.c Align code to match open parenthesis X-Git-Tag: v4.11-rc1~116^2~348 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=36190caa4fd3db9bb15ee7e1b8c03d5ba4fc2054;p=karo-tx-linux.git staging:wilc1000:linux_wlan.c Align code to match open parenthesis Fixes checkpatch CHECK: Alignment should match open parenthesis Signed-off-by: Scott Matheina Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index 185fcd15faa7..9ab43935869e 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -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;