NONE sounds bad, use OK instead

This commit is contained in:
NIIBE Yutaka
2016-06-10 08:25:00 +09:00
parent 74c7b5bcb3
commit a6541cbcc6
6 changed files with 42 additions and 30 deletions

View File

@@ -60,7 +60,7 @@ struct usb_dev {
};
enum {
USB_EVENT_NONE=0, /* Processed in lower layer. */
USB_EVENT_OK=0, /* Processed in lower layer. */
/* Device reset and suspend. */
USB_EVENT_DEVICE_RESET,
USB_EVENT_DEVICE_SUSPEND,