You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6f19a2b1c3
commit
ba0edc23df
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user