You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/18 06:36:06 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #5254: net: unify FAR keyword usage for all net buffer memory mapped buffers

pkarashchenko commented on a change in pull request #5254:
URL: https://github.com/apache/incubator-nuttx/pull/5254#discussion_r786449355



##########
File path: arch/xtensa/src/esp32/esp32_wlan.c
##########
@@ -1077,7 +1077,7 @@ static void wlan_txtimeout_expiry(wdparm_t arg)
 static void wlan_poll_work(void *arg)
 {
   int32_t delay_tick = WLAN_WDDELAY;
-  FAR struct wlan_priv_s *priv = (FAR struct wlan_priv_s *)arg;

Review comment:
       Yes. The `FAR` is not used anywhere for xtensa




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