xiaoxiang781216 commented on code in PR #1340:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r992229836


##########
wireless/ieee802154/libmac/sixlowpan_getreq.c:
##########
@@ -40,7 +40,7 @@
  ****************************************************************************/
 
 int sixlowpan_get_req(int sock, FAR const char *ifname,
-                      FAR const struct ieee802154_get_req_s *req)
+                      FAR struct ieee802154_get_req_s *req)

Review Comment:
   since the function modify argument.



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to