automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw140466 [PATCH v3 28/30] net/ixgbe/base: alternate structure operations support
       [not found] <3ba2bf5d562e7098c2b54184f2ed3a762b9ce566.1717067519.git.anatoly.burakov@intel.com>
@ 2024-05-30 11:20 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-05-30 11:20 UTC (permalink / raw)
  To: test-report; +Cc: Anatoly Burakov

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

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

only message in thread, other threads:[~2024-05-30 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3ba2bf5d562e7098c2b54184f2ed3a762b9ce566.1717067519.git.anatoly.burakov@intel.com>
2024-05-30 11:20 ` |WARNING| pw140466 [PATCH v3 28/30] net/ixgbe/base: alternate structure operations support 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).