net: unify FAR keyword usage for all net buffer memory mapped buffers

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-18 00:09:14 +02:00
committed by Xiang Xiao
parent fc3167b584
commit 08043fb5bc
66 changed files with 108 additions and 108 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
/* This is a helper pointer for accessing the contents of Ethernet header */
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
#define BUF ((FAR struct eth_hdr_s *)priv->dev.d_buf)
/* Debug ********************************************************************/