ib_srpt: Reformatted one statement to keep checkpatch happy.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3192 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-01-05 13:15:01 +00:00
parent 1b72343266
commit 8d0406a0cb

View File

@@ -715,8 +715,8 @@ static struct srpt_ioctx **srpt_alloc_ioctx_ring(struct srpt_device *sdev,
TRACE_ENTRY();
WARN_ON(ioctx_size != sizeof(struct srpt_recv_ioctx)
&& ioctx_size != sizeof(struct srpt_send_ioctx));
WARN_ON(ioctx_size != sizeof(struct srpt_recv_ioctx) &&
ioctx_size != sizeof(struct srpt_send_ioctx));
WARN_ON(dma_size != srp_max_req_size && dma_size != srp_max_rsp_size);
ring = kmalloc(ring_size * sizeof(ring[0]), GFP_KERNEL);