summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorKurt Kanzenbach <ly80toro@cip.cs.fau.de>2013-02-22 15:13:31 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-11 20:45:29 +0400
commitba0edc23df90332e4360d5116bcf3ea333e5de73 (patch)
tree7980031142a83c4d34def888bb3ec73bb71c75ff /drivers/staging/usbip
parent6f19a2b1c386d6ef75bcfebf5c1a68d28658d62e (diff)
downloadlinux-ba0edc23df90332e4360d5116bcf3ea333e5de73.tar.xz
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>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/userspace/libsrc/usbip_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/libsrc/usbip_common.h b/drivers/staging/usbip/userspace/libsrc/usbip_common.h
index 0b2f3705ff6f..938ad1c36947 100644
--- a/drivers/staging/usbip/userspace/libsrc/usbip_common.h
+++ b/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. */