Trivial rename

This commit is contained in:
Gregory Nutt 2016-08-26 11:05:50 -06:00
parent a228b0cc36
commit ea8ce7acb6

View File

@ -64,7 +64,7 @@
* device has been connected. * device has been connected.
* configdesc - The full configuration descriptor * configdesc - The full configuration descriptor
* desclen - The length of the configuration descriptor * desclen - The length of the configuration descriptor
* devclass - If the class driver for the device is successful located * usbclass - If the class driver for the device is successful located
* and bound to the hub port, the allocated class instance * and bound to the hub port, the allocated class instance
* is returned into this caller-provided memory location. * is returned into this caller-provided memory location.
* *
@ -80,7 +80,7 @@
int usbhost_composite(FAR struct usbhost_hubport_s *hport, int usbhost_composite(FAR struct usbhost_hubport_s *hport,
FAR const uint8_t *configdesc, int desclen, FAR const uint8_t *configdesc, int desclen,
FAR struct usbhost_class_s **devclass); FAR struct usbhost_class_s **usbclass);
#undef EXTERN #undef EXTERN
#if defined(__cplusplus) #if defined(__cplusplus)