mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1048 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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--;
|
||||
|
||||
Reference in New Issue
Block a user