automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Howard Wang <howard_wang@realsil.com.cn>
Subject: |WARNING| pw154247 [PATCH v1 6/8] net/r8169: add support for RTL8125CP
Date: Tue, 10 Jun 2025 08:23:55 +0200 (CEST)	[thread overview]
Message-ID: <20250610062355.313DD12527C@dpdk.org> (raw)
In-Reply-To: <20250610062241.4517-7-howard_wang@realsil.com.cn>

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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

CHECK:CAMELCASE: Avoid CamelCase: <RxConfig>
#103: FILE: drivers/net/r8169/base/rtl8125cp.c:15:
+	RTL_W32(hw, RxConfig, Rx_Fetch_Number_8 | Rx_Close_Multiple |

CHECK:CAMELCASE: Avoid CamelCase: <Rx_Fetch_Number_8>
#103: FILE: drivers/net/r8169/base/rtl8125cp.c:15:
+	RTL_W32(hw, RxConfig, Rx_Fetch_Number_8 | Rx_Close_Multiple |

CHECK:CAMELCASE: Avoid CamelCase: <Rx_Close_Multiple>
#103: FILE: drivers/net/r8169/base/rtl8125cp.c:15:
+	RTL_W32(hw, RxConfig, Rx_Fetch_Number_8 | Rx_Close_Multiple |

CHECK:CAMELCASE: Avoid CamelCase: <RxCfg_pause_slot_en>
#104: FILE: drivers/net/r8169/base/rtl8125cp.c:16:
+		RxCfg_pause_slot_en | (RX_DMA_BURST_256 << RxCfgDMAShift));

CHECK:CAMELCASE: Avoid CamelCase: <RxCfgDMAShift>
#104: FILE: drivers/net/r8169/base/rtl8125cp.c:16:
+		RxCfg_pause_slot_en | (RX_DMA_BURST_256 << RxCfgDMAShift));

CHECK:CAMELCASE: Avoid CamelCase: <NotWrMcuPatchCode>
#139: FILE: drivers/net/r8169/base/rtl8125cp.c:51:
+	if (hw->NotWrMcuPatchCode)

CHECK:CAMELCASE: Avoid CamelCase: <HwIcVerUnknown>
#508: FILE: drivers/net/r8169/r8169_hw.c:2508:
+			hw->HwIcVerUnknown = TRUE;

total: 0 errors, 1 warnings, 7 checks, 483 lines checked

           reply	other threads:[~2025-06-10  6:24 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20250610062241.4517-7-howard_wang@realsil.com.cn>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250610062355.313DD12527C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=howard_wang@realsil.com.cn \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).