include/nuttx/mm: remove FAR from non-pointer types

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-03-09 10:03:22 +02:00 committed by Alan Carvalho de Assis
parent 9b72ad4f7d
commit ab196aebe4

View File

@ -119,7 +119,7 @@ struct mempool_s
#if CONFIG_MM_BACKTRACE >= 0
struct mempool_backtrace_s
{
FAR struct list_node node;
struct list_node node;
pid_t pid;
# if CONFIG_MM_BACKTRACE > 0
FAR void *backtrace[CONFIG_MM_BACKTRACE];