Fixed the following checkpatch complaint: return is not a function,

parentheses are not required.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1019 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-08-06 13:42:28 +00:00
parent eb9a1f15c3
commit 79b9d3141c
+1 -1
View File
@@ -134,7 +134,7 @@ static bool srpt_test_and_set_channel_state(struct srpt_rdma_ch *ch,
ch->state = new;
spin_unlock_irqrestore(&ch->spinlock, flags);
return (cur == old);
return cur == old;
}
/*