9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1048 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-10-15 19:16:49 +00:00
parent 2073b2607d
commit 2ada378d11
1 changed files with 1 additions and 1 deletions

View File

@ -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--;