From 345cd34aae70a94bdc363644b18151c32e3c5d00 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 9 Dec 2009 12:03:35 +0000 Subject: [PATCH] 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 --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 36b30606e..f787eb401 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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;