automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Anatoly Burakov <anatoly.burakov@intel.com>
Subject: |WARNING| pw140466 [PATCH v3 28/30] net/ixgbe/base: alternate structure operations support
Date: Thu, 30 May 2024 13:20:48 +0200 (CEST)	[thread overview]
Message-ID: <20240530112048.930A112367B@dpdk.org> (raw)
In-Reply-To: <3ba2bf5d562e7098c2b54184f2ed3a762b9ce566.1717067519.git.anatoly.burakov@intel.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#88: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2897:
+ * ixgbe_aci_alternate_write - write to alternate structure

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#95: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2904:
+ * Write one or two dwords to alternate structure using ACI command (0x0900).

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#100: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2909:
+s32 ixgbe_aci_alternate_write(struct ixgbe_hw *hw, u32 reg_addr0,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#103: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2912:
+	struct ixgbe_aci_cmd_read_write_alt_direct *cmd;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#104: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2913:
+	struct ixgbe_aci_desc desc;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#109: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2918:
+	ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_write_alt_direct);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#115: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2924:
+	status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#121: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2930:
+ * ixgbe_aci_alternate_read - read from alternate structure

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#128: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2937:
+ * Read one or two dwords from alternate structure using ACI command (0x0902).

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#135: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2944:
+s32 ixgbe_aci_alternate_read(struct ixgbe_hw *hw, u32 reg_addr0,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#138: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2947:
+	struct ixgbe_aci_cmd_read_write_alt_direct *cmd;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#139: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2948:
+	struct ixgbe_aci_desc desc;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#147: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2956:
+	ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_read_alt_direct);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#151: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2960:
+	status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#164: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2973:
+ * ixgbe_aci_alternate_write_done - check if writing to alternate structure

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#174: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2983:
+s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#177: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2986:
+	struct ixgbe_aci_cmd_done_alt_write *cmd;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#178: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2987:
+	struct ixgbe_aci_desc desc;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#186: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2995:
+	ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_done_alt_write);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#189: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:2998:
+	status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0);

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#192: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3001:
+				 IXGBE_ACI_RESP_RESET_NEEDED) != 0;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#198: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3007:
+ * ixgbe_aci_alternate_clear - clear alternate structure

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#206: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3015:
+s32 ixgbe_aci_alternate_clear(struct ixgbe_hw *hw)

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#208: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3017:
+	struct ixgbe_aci_desc desc;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#212: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3021:
+					ixgbe_aci_opc_clear_port_alt_write);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#214: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:3023:
+	status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#231: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:91:
+s32 ixgbe_aci_alternate_write(struct ixgbe_hw *hw, u32 reg_addr0,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#233: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:93:
+s32 ixgbe_aci_alternate_read(struct ixgbe_hw *hw, u32 reg_addr0,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#235: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:95:
+s32 ixgbe_aci_alternate_write_done(struct ixgbe_hw *hw, u8 bios_mode,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#237: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:97:
+s32 ixgbe_aci_alternate_clear(struct ixgbe_hw *hw);

total: 0 errors, 30 warnings, 0 checks, 153 lines checked

           reply	other threads:[~2024-05-30 11:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <3ba2bf5d562e7098c2b54184f2ed3a762b9ce566.1717067519.git.anatoly.burakov@intel.com>]

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=20240530112048.930A112367B@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=anatoly.burakov@intel.com \
    --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).