Commit faf4b0dc authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

usbip: clean up an indentation issue

There is a return statement that is indented incorrectly, fix this.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190927092000.19373-1-colin.king@canonical.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f906d061
...@@ -291,7 +291,7 @@ static int stub_send_ret_submit(struct stub_device *sdev) ...@@ -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;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment