From 460c0bdada6ade0f28518c1fe5a73c349792b905 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2015 10:56:26 +0000 Subject: [PATCH] ib_srpt: Swap the order of two declarations git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6095 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 87fe79eb0..534bde0fe 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -4270,8 +4270,8 @@ err: */ static void srpt_remove_one(struct ib_device *device) { - int i; struct srpt_device *sdev; + int i; sdev = ib_get_client_data(device, &srpt_client); if (!sdev) {