X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fusbdevice.h;h=f479724e37b09ae48bedc13e4a83a25ce5032588;hb=476e991452433b72f280147c93435ccd9423639f;hp=da5af6efe4c0d827c8cccaac572436b503ff8920;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=oweals%2Fu-boot.git diff --git a/include/usbdevice.h b/include/usbdevice.h index da5af6efe4..f479724e37 100644 --- a/include/usbdevice.h +++ b/include/usbdevice.h @@ -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 , * Tom Rushworth , * Bruce Balden - * - * 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 */