mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user