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:
chao an
2025-10-16 11:48:32 +08:00
committed by Alin Jerpelea
parent 6088f6216b
commit 8847389886
16 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -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
/****************************************************************************