From cea3147c69b1054b991e5324b529beec21307b7c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 11 Jan 2015 08:05:09 -0600 Subject: USB host drivers: Change all parmeters named class to usbclass to avoid C++ conflicts --- nuttx/drivers/usbhost/usbhost_registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers/usbhost/usbhost_registry.c') 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. -- cgit v1.2.3