mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 12:11:26 +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:
@@ -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