automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw148199 [PATCH v6 14/17] net/r8169: implement promisc and allmulti modes
       [not found] <20241108121123.248797-15-howard_wang@realsil.com.cn>
@ 2024-11-08 12:14 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-11-08 12:14 UTC (permalink / raw)
  To: test-report; +Cc: Howard Wang

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148199

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <AcceptBroadcast>
#130: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+	int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;

CHECK:CAMELCASE: Avoid CamelCase: <AcceptMulticast>
#130: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+	int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;

CHECK:CAMELCASE: Avoid CamelCase: <AcceptMyPhys>
#130: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+	int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;

CHECK:CAMELCASE: Avoid CamelCase: <AcceptAllPhys>
#130: FILE: drivers/net/r8169/r8169_ethdev.c:390:
+	int rx_mode = AcceptBroadcast | AcceptMulticast | AcceptMyPhys | AcceptAllPhys;

CHECK:CAMELCASE: Avoid CamelCase: <RxConfig>
#132: 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, 95 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-08 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241108121123.248797-15-howard_wang@realsil.com.cn>
2024-11-08 12:14 ` |WARNING| pw148199 [PATCH v6 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).