Browse Source

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>
Márton Németh 14 years ago
parent
commit
a6d81814a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/usbip/vhci_sysfs.c

+ 1 - 1
drivers/staging/usbip/vhci_sysfs.c

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