diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 24312c1464eb6..f886497360aac 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -227,8 +227,14 @@ static const char *g_white_suffix[] = static const char *g_white_content_list[] = { - /* Ref: wamr_custom_init.c */ + /* Ref: + * nuttx-apps/examples/wamr_module/module_hello.c + * nuttx-apps/interpreters/wamr/wamr_custom_init.c + * + * They are from the WAMR project. + */ + "NativeSymbol", "RuntimeInitArgs", /* Ref: gnu_unwind_find_exidx.c */