You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/27 02:37:43 UTC

[incubator-nuttx] branch master updated: tools/nxstyle: fixed "Mixed case identifier found" errors related to sim/wpcap

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c45534f  tools/nxstyle: fixed "Mixed case identifier found" errors related to sim/wpcap
c45534f is described below

commit c45534f41b59edb79eaa5b2a12f56e1614b38603
Author: Alexander Lunev <al...@mail.ru>
AuthorDate: Thu Jan 27 04:16:14 2022 +0300

    tools/nxstyle: fixed "Mixed case identifier found" errors related to sim/wpcap
---
 tools/nxstyle.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/tools/nxstyle.c b/tools/nxstyle.c
index 36c7fba..138fa32 100644
--- a/tools/nxstyle.c
+++ b/tools/nxstyle.c
@@ -249,6 +249,22 @@ static const char *g_white_list[] =
   "_Erom",
 
   /* Ref:
+   * arch/sim/src/sim/up_wpcap.c
+   */
+
+  "Address",
+  "Description",
+  "FirstUnicastAddress",
+  "GetAdaptersAddresses",
+  "GetProcAddress",
+  "LoadLibrary",
+  "lpSockaddr",
+  "Next",
+  "PhysicalAddressLength",
+  "PhysicalAddress",
+  "WideCharToMultiByte",
+
+  /* Ref:
    * fs/nfs/rpc.h
    * fs/nfs/nfs_proto.h
    * fs/nfs/nfs_mount.h