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

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

_coding style issues_


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

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

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

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

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

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

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

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

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