|WARNING| pw140466 [PATCH v3 28/30] net/ixgbe/base: alternate structure operations support

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 30 13:20:48 CEST 2024


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


More information about the test-report mailing list