forked from nuttx/nuttx-update
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1048 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
2f9e5e067d
commit
8acf7cecba
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ static int usbclass_sndpacket(FAR struct usbser_dev_s *priv)
|
|||
len = usbclass_fillrequest(priv, req->buf, req->len);
|
||||
if (len > 0)
|
||||
{
|
||||
/* Remove the empty contained from the request list */
|
||||
/* Remove the empty container from the request list */
|
||||
|
||||
(void)sq_remfirst(&priv->reqlist);
|
||||
priv->nwrq--;
|
||||
|
|
Loading…
Reference in a new issue