mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
staging: rts5208: rtsx.c: Spacing
Remove blank line after opening {
Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cd4b77586b
commit
8149b9ab57
|
|
@ -536,7 +536,6 @@ static int rtsx_polling_thread(void *__dev)
|
|||
wait_timeout((delay_use + 5) * 1000);
|
||||
|
||||
for (;;) {
|
||||
|
||||
set_current_state(TASK_INTERRUPTIBLE);
|
||||
schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user