Whitespace-only change: fixed a checkpatch complaint.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1386 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-12-09 12:03:35 +00:00
parent 914b26386a
commit 345cd34aae

View File

@@ -1683,7 +1683,7 @@ static void srpt_release_channel_by_cmid(struct ib_cm_id *cm_id)
*
* Return NULL if no matching RDMA channel has been found.
*/
static struct srpt_rdma_ch *srpt_find_channel(struct srpt_device* sdev,
static struct srpt_rdma_ch *srpt_find_channel(struct srpt_device *sdev,
struct ib_cm_id *cm_id)
{
struct srpt_rdma_ch *ch;