summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_registry.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 08:05:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 08:05:09 -0600
commitcea3147c69b1054b991e5324b529beec21307b7c (patch)
treeab2189dd62fd44e42e5c126f76ef9c7e0c38eaa1 /nuttx/drivers/usbhost/usbhost_registry.c
parent3522823ee086fe022105b1cbcb8af38fee0f4263 (diff)
downloadnuttx-cea3147c69b1054b991e5324b529beec21307b7c.tar.gz
nuttx-cea3147c69b1054b991e5324b529beec21307b7c.tar.bz2
nuttx-cea3147c69b1054b991e5324b529beec21307b7c.zip
USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_registry.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_registry.c b/nuttx/drivers/usbhost/usbhost_registry.c
index fb2e900e2..db4c435e2 100644
--- a/nuttx/drivers/usbhost/usbhost_registry.c
+++ b/nuttx/drivers/usbhost/usbhost_registry.c
@@ -63,7 +63,7 @@
* Public Data
****************************************************************************/
-/* g_classregistry is a singly-linkedlist of class ID information added by
+/* g_classregistry is a singly-linked list of class ID information added by
* calls to usbhost_registerclass(). Since this list is accessed from USB
* host controller interrupt handling logic, accesses to this list must be
* protected by disabling interrupts.