Skip to content

Commit

Permalink
staging: usbip: userspace: libsrc: added missing space
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kurt Kanzenbach authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 6f19a2b commit ba0edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbip/userspace/libsrc/usbip_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit ba0edc2

Please sign in to comment.