Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b41514b1 authored by Wayne Porter's avatar Wayne Porter Committed by Greg Kroah-Hartman
Browse files

staging: rts5208: rtsx.c: Alignment fix



Line goes too long when aligned with parenthesis, so moved to a new line

Signed-off-by: default avatarWayne Porter <wporter82@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 88936fe8
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -728,7 +728,8 @@ static int rtsx_scan_thread(void *__dev)
		dev_info(&dev->pci->dev,
		dev_info(&dev->pci->dev,
			 "%s: waiting for device to settle before scanning\n",
			 "%s: waiting for device to settle before scanning\n",
			 CR_DRIVER_NAME);
			 CR_DRIVER_NAME);
		wait_event_interruptible_timeout(dev->delay_wait,
		wait_event_interruptible_timeout
			(dev->delay_wait,
			 rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT),
			 rtsx_chk_stat(chip, RTSX_STAT_DISCONNECT),
			 delay_use * HZ);
			 delay_use * HZ);
	}
	}