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


##########
drivers/net/netdev_upperhalf.c:
##########
@@ -554,6 +554,7 @@ int netdev_upper_wireless_ioctl(FAR struct 
netdev_lowerhalf_s *lower,
   FAR const struct wireless_ops_s *ops = lower->iw_ops;
   const struct ether_addr zero =
     {
+      0

Review Comment:
   change to clean on use



##########
drivers/net/netdev_upperhalf.c:
##########
@@ -554,6 +554,7 @@ int netdev_upper_wireless_ioctl(FAR struct 
netdev_lowerhalf_s *lower,
   FAR const struct wireless_ops_s *ops = lower->iw_ops;
   const struct ether_addr zero =
     {
+      0

Review Comment:
   change to clean on use



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