You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/27 20:57:26 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8317: net_lock: fix deadlock issue when running iperf tx test on usrsock

xiaoxiang781216 commented on code in PR #8317:
URL: https://github.com/apache/nuttx/pull/8317#discussion_r1089424033


##########
net/usrsock/usrsock_devif.c:
##########
@@ -665,6 +665,10 @@ int usrsock_do_request(FAR struct usrsock_conn_s *conn,
       net_sem_wait_uninterruptible(&req->acksem);
       --req->nbusy; /* net_lock held. */
     }
+  else
+    {
+      nerr("error, usrsock request failed with %d\n", ret);

Review Comment:
   Change to `error:` not `Error:` like other places in the same file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org