mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Whitespace-only change: fixed a checkpatch complaint.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1000 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1393,7 +1393,7 @@ static int srpt_release_channel(struct srpt_rdma_ch *ch, int destroy_cmid)
|
||||
|
||||
spin_lock_irq(&ch->spinlock);
|
||||
}
|
||||
WARN_ON(! list_empty(&ch->active_scmnd_list));
|
||||
WARN_ON(!list_empty(&ch->active_scmnd_list));
|
||||
WARN_ON(ch->active_scmnd_cnt != 0);
|
||||
spin_unlock_irq(&ch->spinlock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user