]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: usbip: userspace: libsrc: added missing space
authorKurt Kanzenbach <ly80toro@cip.cs.fau.de>
Fri, 22 Feb 2013 11:13:31 +0000 (12:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:45:29 +0000 (09:45 -0700)
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>
drivers/staging/usbip/userspace/libsrc/usbip_common.h

index 0b2f3705ff6f6607650de372453e15f64ccf8081..938ad1c369471357c393c03873f6388c7c96f161 100644 (file)
@@ -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. */