summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-28 14:09:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-28 14:09:58 -0600
commit28f4459e19244a14d046b8ea833cf94f4a92f1d5 (patch)
treeb7edc006ea46c0a38b2febd829ab540b04bd021a /nuttx/include/nuttx/usb/usbhost.h
parentd96f37cf7b042e1e878f107c0a1be3dea01a8826 (diff)
downloadnuttx-28f4459e19244a14d046b8ea833cf94f4a92f1d5.tar.gz
nuttx-28f4459e19244a14d046b8ea833cf94f4a92f1d5.tar.bz2
nuttx-28f4459e19244a14d046b8ea833cf94f4a92f1d5.zip
Cosmetic changes
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index d96a55d9a..b0133ca13 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -563,7 +563,7 @@ struct usbhost_registry_s
*/
FAR struct usbhost_class_s *(*create)(FAR struct usbhost_driver_s *drvr,
- FAR const struct usbhost_id_s *id);
+ FAR const struct usbhost_id_s *id);
/* This information uniquely identifies the USB host class implementation that
* goes with a specific USB device.