summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-20 17:27:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-20 17:27:59 -0600
commitfb240b8d5d01ea6587eb7355c33c9a96aa18942f (patch)
treef18d3cf6407bee0bf9947de69616b10c75762443 /nuttx/drivers/usbdev
parent66f2da8de179bf8be875830ffaaba09232bd7421 (diff)
downloadnuttx-fb240b8d5d01ea6587eb7355c33c9a96aa18942f.tar.gz
nuttx-fb240b8d5d01ea6587eb7355c33c9a96aa18942f.tar.bz2
nuttx-fb240b8d5d01ea6587eb7355c33c9a96aa18942f.zip
net/netdev_findbyaddr.c: Skip network devices that are in the down state. They have no meaning address
Diffstat (limited to 'nuttx/drivers/usbdev')
-rw-r--r--nuttx/drivers/usbdev/usbmsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbdev/usbmsc.c b/nuttx/drivers/usbdev/usbmsc.c
index 5881419aa..1a2529369 100644
--- a/nuttx/drivers/usbdev/usbmsc.c
+++ b/nuttx/drivers/usbdev/usbmsc.c
@@ -264,7 +264,7 @@ static int usbmsc_bind(FAR struct usbdevclass_driver_s *driver,
priv->usbdev = dev;
/* Save the reference to our private data structure in EP0 so that it
- * can be recovered in ep0 completion events (Unless we are part of
+ * can be recovered in ep0 completion events (Unless we are part of
* a composite device and, in that case, the composite device owns
* EP0).
*/