From c45534f41b59edb79eaa5b2a12f56e1614b38603 Mon Sep 17 00:00:00 2001 From: Alexander Lunev Date: Thu, 27 Jan 2022 04:16:14 +0300 Subject: [PATCH] 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 36c7fbaf39f..138fa3258e9 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -248,6 +248,22 @@ static const char *g_white_list[] = "_Far", "_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