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

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

_coding style issues_


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

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

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

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

CHECK:CAMELCASE: Avoid CamelCase: <RxConfig>
#128: 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-12 10:02 UTC | newest]

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