tools/nxstyle: fixed "Mixed case identifier found" errors related to sim/wpcap
This commit is contained in:
parent
e518a9f031
commit
c45534f41b
@ -248,6 +248,22 @@ static const char *g_white_list[] =
|
|||||||
"_Far",
|
"_Far",
|
||||||
"_Erom",
|
"_Erom",
|
||||||
|
|
||||||
|
/* Ref:
|
||||||
|
* arch/sim/src/sim/up_wpcap.c
|
||||||
|
*/
|
||||||
|
|
||||||
|
"Address",
|
||||||
|
"Description",
|
||||||
|
"FirstUnicastAddress",
|
||||||
|
"GetAdaptersAddresses",
|
||||||
|
"GetProcAddress",
|
||||||
|
"LoadLibrary",
|
||||||
|
"lpSockaddr",
|
||||||
|
"Next",
|
||||||
|
"PhysicalAddressLength",
|
||||||
|
"PhysicalAddress",
|
||||||
|
"WideCharToMultiByte",
|
||||||
|
|
||||||
/* Ref:
|
/* Ref:
|
||||||
* fs/nfs/rpc.h
|
* fs/nfs/rpc.h
|
||||||
* fs/nfs/nfs_proto.h
|
* fs/nfs/nfs_proto.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user