From: Wayne Porter Date: Tue, 11 Oct 2016 21:57:01 +0000 (+0000) Subject: staging: rts5208: rtsx.c: Alignment fix X-Git-Tag: v4.10-rc1~148^2~546 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b41514b1def7047acf7806be9888939278a769c3;p=karo-tx-linux.git staging: rts5208: rtsx.c: Alignment fix Line goes too long when aligned with parenthesis, so moved to a new line Signed-off-by: Wayne Porter Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c index dafd8fdca1ed..f3e5efdf0ffc 100644 --- a/drivers/staging/rts5208/rtsx.c +++ b/drivers/staging/rts5208/rtsx.c @@ -728,9 +728,10 @@ static int rtsx_scan_thread(void *__dev) dev_info(&dev->pci->dev, "%s: waiting for device to settle before scanning\n", CR_DRIVER_NAME); - wait_event_interruptible_timeout(dev->delay_wait, - rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT), - delay_use * HZ); + wait_event_interruptible_timeout + (dev->delay_wait, + rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT), + delay_use * HZ); } /* If the device is still connected, perform the scanning */