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

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

_coding style issues_


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

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

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

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

CHECK:CAMELCASE: Avoid CamelCase: <RxConfig>
#112: FILE: drivers/net/r8169/r8169_ethdev.c:405:
+	RTL_W32(hw, RxConfig, rx_mode | (RTL_R32(hw, RxConfig)));

total: 0 errors, 0 warnings, 5 checks, 85 lines checked

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

only message in thread, other threads:[~2024-10-23  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241023033328.191827-15-howard_wang@realsil.com.cn>
2024-10-23  3:37 ` |WARNING| pw146813 [PATCH v3 14/18] 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).