Commit a6d81814 authored by Márton Németh's avatar Márton Németh Committed by Greg Kroah-Hartman

usbip: remove extra whitespace

Only one whitespace is enough after "return".
Signed-off-by: default avatarMárton Németh <nm127@freemail.hu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent acf51ab8
......@@ -192,7 +192,7 @@ static ssize_t store_attach(struct device *dev, struct device_attribute *attr,
/* check sockfd */
socket = sockfd_to_socket(sockfd);
if (!socket)
return -EINVAL;
return -EINVAL;
/* now need lock until setting vdev status as used */
......
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