mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
style/FAR: remove FAR qualifier
N/A, remove FAR qualifier from non-pointer types Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
@@ -90,7 +90,7 @@ static mutex_t g_lock = NXMUTEX_INITIALIZER;
|
||||
static FAR struct mofile_s *g_mofile;
|
||||
|
||||
#ifdef CONFIG_BUILD_KERNEL
|
||||
static FAR char g_domain[NAME_MAX];
|
||||
static char g_domain[NAME_MAX];
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user