mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
usbip: clean up an indentation issue
There is a return statement that is indented incorrectly, fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20190927092000.19373-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f906d0614f
commit
faf4b0dcea
@ -291,7 +291,7 @@ static int stub_send_ret_submit(struct stub_device *sdev)
|
|||||||
kfree(iov);
|
kfree(iov);
|
||||||
usbip_event_add(&sdev->ud,
|
usbip_event_add(&sdev->ud,
|
||||||
SDEV_EVENT_ERROR_TCP);
|
SDEV_EVENT_ERROR_TCP);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user