mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 10:59:18 -04:00
staging: lustre: libcfs: fix aligment issue
Make alignment match open parenthesis for parameters to wait_event_interruptible_exclusive() call. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
dace630546
commit
20d63a7adf
@@ -273,7 +273,7 @@ static int cfs_wi_scheduler(void *arg)
|
||||
|
||||
spin_unlock(&sched->ws_lock);
|
||||
rc = wait_event_interruptible_exclusive(sched->ws_waitq,
|
||||
!cfs_wi_sched_cansleep(sched));
|
||||
!cfs_wi_sched_cansleep(sched));
|
||||
spin_lock(&sched->ws_lock);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user