hartmannathan commented on code in PR #7014: URL: https://github.com/apache/incubator-nuttx/pull/7014#discussion_r964245960
########## net/netdev/netdev_ioctl.c: ########## @@ -947,6 +950,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd, #endif { nerr("Unsupported link layer\n"); + ret = -ENOSYS; Review Comment: Then should probably be `-ENODEV`. -- 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