Browse Source

staging: usbip: userspace: libsrc: added missing space

This patch fixes the following checkpatch warning:
-WARNING: missing space after enum definition

Signed-off-by: Kurt Kanzenbach <ly80toro@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Kurt Kanzenbach 12 years ago
parent
commit
ba0edc23df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/usbip/userspace/libsrc/usbip_common.h

+ 1 - 1
drivers/staging/usbip/userspace/libsrc/usbip_common.h

@@ -84,7 +84,7 @@ enum usb_device_speed {
 };
 
 /* FIXME: how to sync with drivers/usbip_common.h ? */
-enum usbip_device_status{
+enum usbip_device_status {
 	/* sdev is available. */
 	SDEV_ST_AVAILABLE = 0x01,
 	/* sdev is now used. */