* |WARNING| pw148405 [PATCH v8 14/17] net/r8169: implement promisc and allmulti modes
[not found] <20241113092854.91445-15-howard_wang@realsil.com.cn>
@ 2024-11-13 9:33 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-11-13 9:33 UTC (permalink / raw)
To: test-report; +Cc: Howard Wang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148405
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <AcceptBroadcast>
#124: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+ int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;
CHECK:CAMELCASE: Avoid CamelCase: <AcceptMulticast>
#124: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+ int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;
CHECK:CAMELCASE: Avoid CamelCase: <AcceptMyPhys>
#124: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+ int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;
CHECK:CAMELCASE: Avoid CamelCase: <AcceptAllPhys>
#124: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+ int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;
CHECK:CAMELCASE: Avoid CamelCase: <RxConfig>
#126: FILE: drivers/net/r8169/r8169_ethdev.c:392:
+ RTL_W32(hw, RxConfig, rx_mode | (RTL_R32(hw, RxConfig)));
total: 0 errors, 0 warnings, 5 checks, 93 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-13 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20241113092854.91445-15-howard_wang@realsil.com.cn>
2024-11-13 9:33 ` |WARNING| pw148405 [PATCH v8 14/17] net/r8169: implement promisc and allmulti modes checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).