linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usbip: remove extra whitespace
@ 2011-05-27  4:18 Németh Márton
  0 siblings, 0 replies; only message in thread
From: Németh Márton @ 2011-05-27  4:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Matt Mooney, Max Vozeler, Arnd Bergmann
  Cc: usbip-devel, linux-usb, devel, linux-kernel

From: Márton Németh <nm127@freemail.hu>

Only one whitespace is enough after "return".

Signed-off-by: Márton Németh <nm127@freemail.hu>
---
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 */



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-27  4:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27  4:18 [PATCH] usbip: remove extra whitespace Németh Márton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).