Fixed a checkpatch complaint.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2343 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-10-03 07:26:03 +00:00
parent c130e11f44
commit c42c4159ed

View File

@@ -2021,7 +2021,7 @@ static void srpt_process_completion(struct ib_cq *cq,
struct srpt_rdma_ch *ch,
enum scst_exec_context context)
{
struct ib_wc* const wc = ch->wc;
struct ib_wc *const wc = ch->wc;
int i, n;
EXTRACHECKS_WARN_ON(cq != ch->cq);