mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Whitespace-only changes: converted spaces to tabs.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1840 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+5
-5
@@ -1702,12 +1702,12 @@ static inline int srpt_test_ioctx_list(void)
|
||||
*/
|
||||
static inline void srpt_schedule_thread(struct srpt_ioctx *ioctx)
|
||||
{
|
||||
unsigned long flags;
|
||||
unsigned long flags;
|
||||
|
||||
spin_lock_irqsave(&srpt_thread.thread_lock, flags);
|
||||
list_add_tail(&ioctx->comp_list, &srpt_thread.thread_ioctx_list);
|
||||
spin_unlock_irqrestore(&srpt_thread.thread_lock, flags);
|
||||
wake_up(&ioctx_list_waitQ);
|
||||
spin_lock_irqsave(&srpt_thread.thread_lock, flags);
|
||||
list_add_tail(&ioctx->comp_list, &srpt_thread.thread_ioctx_list);
|
||||
spin_unlock_irqrestore(&srpt_thread.thread_lock, flags);
|
||||
wake_up(&ioctx_list_waitQ);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user