anchao commented on code in PR #11618:
URL: https://github.com/apache/nuttx/pull/11618#discussion_r1469062218


##########
drivers/rpmsg/rpmsg.c:
##########
@@ -91,12 +93,32 @@ rpmsg_get_by_rdev(FAR struct rpmsg_device *rdev)
   return metal_container_of(rdev, struct rpmsg_s, rdev);
 }
 
+static int rpmsg_dev_ioctl_(FAR struct rpmsg_s *rpmsg, int cmd,
+                            unsigned long arg)
+{
+  int ret = OK;

Review Comment:
   ```suggestion
     int ret;
   ```



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