提交 ba0edc23 编写于 作者: K Kurt Kanzenbach 提交者: Greg Kroah-Hartman

staging: usbip: userspace: libsrc: added missing space

This patch fixes the following checkpatch warning:
-WARNING: missing space after enum definition
Signed-off-by: NKurt Kanzenbach <ly80toro@cip.cs.fau.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6f19a2b1
......@@ -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. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册