]> git.sur5r.net Git - u-boot/blobdiff - include/usbdevice.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / include / usbdevice.h
index da5af6efe4c0d827c8cccaac572436b503ff8920..f479724e37b09ae48bedc13e4a83a25ce5032588 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2003
  * Gerry Hamel, geh@ti.com, Texas Instruments
@@ -11,8 +12,6 @@
  *     Stuart Lynne <sl@lineo.com>,
  *     Tom Rushworth <tbr@lineo.com>,
  *     Bruce Balden <balden@lineo.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __USBDCORE_H__
@@ -438,7 +437,7 @@ typedef enum usb_device_event {
        DEVICE_HUB_RESET,       /* bi  - bus has been unplugged */
        DEVICE_DESTROY,         /* bi  - device instance should be destroyed */
 
-       DEVICE_HOTPLUG,         /* bi  - a hotplug event has occured */
+       DEVICE_HOTPLUG,         /* bi  - a hotplug event has occurred */
 
        DEVICE_FUNCTION_PRIVATE,        /* function - private */