From 5d78905aaf7f7b1e71a0a3b4d8365c57cfafcf11 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 17 Jul 2010 20:17:45 +0000 Subject: [PATCH] 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 --- srpt/src/ib_srpt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 58fb358e7..3455cb52f 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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); } /**