mirror of
https://github.com/SCST-project/scst.git
synced 2026-07-19 22:42:38 +00:00
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
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user