From c49f89cec13f148ee8df9222aee556cff0e40e25 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 1 Aug 2009 06:50:36 +0000 Subject: [PATCH] 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 --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 3db483574..462fe3abd 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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);