automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw139851 [PATCH v2 23/27] net/ixgbe/base: add support for E610 device capabilities detection
       [not found] <9b5bd2935c671f829d2dd650cbeb7c50034695e0.1714744629.git.anatoly.burakov@intel.com>
@ 2024-05-03 14:04 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-05-03 14:04 UTC (permalink / raw)
  To: test-report; +Cc: Anatoly Burakov

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

_coding style issues_


WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#113: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:586:
+			struct ixgbe_aci_cmd_list_caps_elem *elem,

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#125: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:598:
+	case IXGBE_ACI_CAPS_VALID_FUNCTIONS:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#128: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:601:
+	case IXGBE_ACI_CAPS_VMDQ:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#131: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:604:
+	case IXGBE_ACI_CAPS_DCB:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#136: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:609:
+	case IXGBE_ACI_CAPS_RSS:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#140: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:613:
+	case IXGBE_ACI_CAPS_RXQS:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#144: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:617:
+	case IXGBE_ACI_CAPS_TXQS:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#148: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:621:
+	case IXGBE_ACI_CAPS_MSIX:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#152: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:625:
+	case IXGBE_ACI_CAPS_NVM_VER:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#154: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:627:
+	case IXGBE_ACI_CAPS_NVM_MGMT:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#168: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:641:
+	case IXGBE_ACI_CAPS_MAX_MTU:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#171: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:644:
+	case IXGBE_ACI_CAPS_PCIE_RESET_AVOIDANCE:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#174: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:647:
+	case IXGBE_ACI_CAPS_POST_UPDATE_RESET_RESTRICT:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#177: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:650:
+	case IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG0:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#178: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:651:
+	case IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG1:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#179: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:652:
+	case IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG2:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#180: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:653:
+	case IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG3:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#182: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:655:
+		u8 index = cap - IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG0;

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#196: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:669:
+	case IXGBE_ACI_CAPS_NEXT_CLUSTER_ID:

CHECK:CAMELCASE: Avoid CamelCase: <bitMask>
#235: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:708:
+	u32 bitMask = 0x1, i;

CHECK:CAMELCASE: Avoid CamelCase: <bitCnt>
#236: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:709:
+	u8  bitCnt = 0;

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#238: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:711:
+	for (i = 0; i < 32; i++)
+	{

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#269: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:742:
+ * ixgbe_parse_valid_functions_cap - Parse IXGBE_ACI_CAPS_VALID_FUNCTIONS caps

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#274: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:747:
+ * Parse IXGBE_ACI_CAPS_VALID_FUNCTIONS for device capabilities.

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#279: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:752:
+				struct ixgbe_aci_cmd_list_caps_elem *cap)

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#291: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:764:
+ * ixgbe_parse_vsi_dev_caps - Parse IXGBE_ACI_CAPS_VSI device caps

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#296: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:769:
+ * Parse IXGBE_ACI_CAPS_VSI for device capabilities.

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#300: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:773:
+				     struct ixgbe_aci_cmd_list_caps_elem *cap)

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#310: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:783:
+ * ixgbe_parse_1588_dev_caps - Parse IXGBE_ACI_CAPS_1588 device caps

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#315: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:788:
+ * Parse IXGBE_ACI_CAPS_1588 for device capabilities.

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#319: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:792:
+				      struct ixgbe_aci_cmd_list_caps_elem *cap)

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#343: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:816:
+
+}

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#346: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:819:
+ * ixgbe_parse_fdir_dev_caps - Parse IXGBE_ACI_CAPS_FD device caps

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#351: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:824:
+ * Parse IXGBE_ACI_CAPS_FD for device capabilities.

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#355: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:828:
+				      struct ixgbe_aci_cmd_list_caps_elem *cap)

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#382: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:855:
+	struct ixgbe_aci_cmd_list_caps_elem *cap_resp;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#385: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:858:
+	cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf;

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#397: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:870:
+		case IXGBE_ACI_CAPS_VALID_FUNCTIONS:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#401: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:874:
+		case IXGBE_ACI_CAPS_VSI:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#404: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:877:
+		case IXGBE_ACI_CAPS_1588:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#407: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:880:
+		case  IXGBE_ACI_CAPS_FD:

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 24)
#412: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:885:
+			if (!found)
+			break;

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#417: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:890:
+
+}

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#445: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:918:
+ * ixgbe_parse_vsi_func_caps - Parse IXGBE_ACI_CAPS_VSI function caps

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#450: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:923:
+ * Extract function capabilities for IXGBE_ACI_CAPS_VSI.

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#454: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:927:
+				      struct ixgbe_aci_cmd_list_caps_elem *cap)

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#460: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:933:
+ * ixgbe_parse_1588_func_caps - Parse IXGBE_ACI_CAPS_1588 function caps

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#465: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:938:
+ * Extract function capabilities for IXGBE_ACI_CAPS_1588.

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#469: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:942:
+				       struct ixgbe_aci_cmd_list_caps_elem *cap)

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#497: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:970:
+
+}

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#516: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:989:
+	struct ixgbe_aci_cmd_list_caps_elem *cap_resp;

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#519: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:992:
+	cap_resp = (struct ixgbe_aci_cmd_list_caps_elem *)buf;

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#530: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1003:
+		case IXGBE_ACI_CAPS_VSI:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#533: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1006:
+		case IXGBE_ACI_CAPS_1588:

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#542: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1015:
+
+}

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#545: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1018:
+ * ixgbe_aci_list_caps - query function/device capabilities

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#559: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1032:
+ * buffer size be set to IXGBE_ACI_MAX_BUFFER_SIZE (the largest possible

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#565: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1038:
+s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#566: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1039:
+			u32 *cap_count, enum ixgbe_aci_opc opc)

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

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#574: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1047:
+	if (opc != ixgbe_aci_opc_list_func_caps &&

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#575: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1048:
+	    opc != ixgbe_aci_opc_list_dev_caps)

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#603: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1076:
+	cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#603: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1076:
+	cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#610: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1083:
+	cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#611: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1084:
+		    sizeof(struct ixgbe_aci_cmd_list_caps_elem);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#613: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1086:
+	status = ixgbe_aci_list_caps(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE,

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#613: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1086:
+	status = ixgbe_aci_list_caps(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE,

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#642: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1115:
+	cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#642: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1115:
+	cbuf = (u8*)ixgbe_malloc(hw, IXGBE_ACI_MAX_BUFFER_SIZE);

ERROR:SPACING: space required before the open parenthesis '('
#643: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1116:
+	if(!cbuf)

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#649: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1122:
+	cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#650: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1123:
+		    sizeof(struct ixgbe_aci_cmd_list_caps_elem);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#652: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1125:
+	status = ixgbe_aci_list_caps(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE,

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#652: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1125:
+	status = ixgbe_aci_list_caps(hw, cbuf, IXGBE_ACI_MAX_BUFFER_SIZE,

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#665: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1138:
+ * ixgbe_aci_disable_rxen - disable RX

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#668: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1141:
+ * Request a safe disable of Receive Enable using ACI command (0x000C).

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

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

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

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

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#689: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1162:
+ * ixgbe_aci_get_phy_caps - returns PHY capabilities

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#696: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1169:
+ * using ACI command (0x0600).

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#700: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1173:
+s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#701: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1174:
+			   struct ixgbe_aci_cmd_get_phy_caps_data *pcaps)

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

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#710: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1183:
+	if (!pcaps || (report_mode & ~IXGBE_ACI_REPORT_MODE_M))

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#716: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1189:
+		cmd->param0 |= IXGBE_CPU_TO_LE16(IXGBE_ACI_GET_PHY_RQM);

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#722: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1195:
+	    report_mode == IXGBE_ACI_REPORT_TOPO_CAP_MEDIA) {

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#740: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1213:
+void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#741: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1214:
+				struct ixgbe_aci_cmd_set_phy_cfg_data *cfg)

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#769: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:25:
+s32 ixgbe_aci_list_caps(struct ixgbe_hw *hw, void *buf, u16 buf_size,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#770: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:26:
+			u32 *cap_count, enum ixgbe_aci_opc opc);

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#773: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:29:
+s32 ixgbe_discover_func_caps(struct ixgbe_hw* hw,

ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#774: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:30:
+			     struct ixgbe_hw_func_caps* func_caps);

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#776: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:32:
+s32 ixgbe_aci_get_phy_caps(struct ixgbe_hw *hw, bool qual_mods, u8 report_mode,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#777: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:33:
+			   struct ixgbe_aci_cmd_get_phy_caps_data *pcaps);

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#778: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:34:
+void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#779: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:35:
+				struct ixgbe_aci_cmd_set_phy_cfg_data *cfg);

total: 6 errors, 97 warnings, 6 checks, 698 lines checked

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

only message in thread, other threads:[~2024-05-03 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9b5bd2935c671f829d2dd650cbeb7c50034695e0.1714744629.git.anatoly.burakov@intel.com>
2024-05-03 14:04 ` |WARNING| pw139851 [PATCH v2 23/27] net/ixgbe/base: add support for E610 device capabilities detection 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).