usbip: remove extra whitespace

Only one whitespace is enough after "return".

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Márton Németh 2011-05-27 06:18:48 +02:00 committed by Greg Kroah-Hartman
parent acf51ab8ce
commit a6d81814a5

View File

@ -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 */