tools/nxstyle: fixed "Mixed case identifier found" errors related to sim/wpcap
This commit is contained in:
parent
e518a9f031
commit
c45534f41b
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue