2011-05-27 04:18:57

by Németh Márton

[permalink] [raw]
Subject: [PATCH] usbip: remove extra whitespace

From: Márton Németh <[email protected]>

Only one whitespace is enough after "return".

Signed-off-by: Márton Németh <[email protected]>
---
diff --git a/drivers/staging/usbip/vhci_sysfs.c b/drivers/staging/usbip/vhci_sysfs.c
index d9736f9..ecd52b6 100644
--- a/drivers/staging/usbip/vhci_sysfs.c
+++ b/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 */