automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw140460 [PATCH v3 22/30] net/ixgbe/base: add support for E610 device capabilities detection
       [not found] <0c4b8a547f838533ae58c4adaeb79d895791b7af.1717067519.git.anatoly.burakov@intel.com>
@ 2024-05-30 11:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-05-30 11:17 UTC (permalink / raw)
  To: test-report; +Cc: Anatoly Burakov

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

_coding style issues_


WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#112: 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 ''?
#124: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:598:
+	case IXGBE_ACI_CAPS_VALID_FUNCTIONS:

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

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

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

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

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

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

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

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

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

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#173: 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 ''?
#176: 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 ''?
#177: 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 ''?
#178: 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 ''?
#179: 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 ''?
#181: 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 ''?
#195: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:669:
+	case IXGBE_ACI_CAPS_NEXT_CLUSTER_ID:

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

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

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#268: 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 ''?
#273: 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 ''?
#278: 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 ''?
#290: 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 ''?
#295: 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 ''?
#299: 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 ''?
#309: 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 ''?
#314: 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 ''?
#318: 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 '}'
#342: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:816:
+
+}

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#345: 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 ''?
#350: 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 ''?
#354: 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 ''?
#381: 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 ''?
#384: 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 ''?
#396: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:870:
+		case IXGBE_ACI_CAPS_VALID_FUNCTIONS:

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

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#406: 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)
#411: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:885:
+			if (!found)
+			break;

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#444: 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 ''?
#449: 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 ''?
#453: 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 ''?
#459: 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 ''?
#464: 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 ''?
#468: 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 '}'
#496: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:970:
+
+}

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#515: 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 ''?
#518: 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 ''?
#529: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1003:
+		case IXGBE_ACI_CAPS_VSI:

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#532: 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 '}'
#541: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1015:
+
+}

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#544: 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 ''?
#558: 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 ''?
#564: 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 ''?
#565: 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 ''?
#567: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1041:
+	struct ixgbe_aci_cmd_list_caps *cmd;

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#573: 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 ''?
#574: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1048:
+	    opc != ixgbe_aci_opc_list_dev_caps)

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#578: 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 ''?
#602: 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 *)"
#602: 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 ''?
#609: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1083:
+	cap_count = IXGBE_ACI_MAX_BUFFER_SIZE /

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#610: 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 ''?
#612: 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 ''?
#612: 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 ''?
#614: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1088:
+				     ixgbe_aci_opc_list_dev_caps);

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#641: 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 *)"
#641: 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 '('
#642: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1116:
+	if(!cbuf)

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#649: 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 ''?
#651: 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 ''?
#651: 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 ''?
#653: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1127:
+				     ixgbe_aci_opc_list_func_caps);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#761: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1235:
+ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *phy_caps,

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

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#772: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1246:
+	caps_mask = IXGBE_ACI_PHY_CAPS_MASK & ~(IXGBE_ACI_PHY_AN_MODE |

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#772: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1246:
+	caps_mask = IXGBE_ACI_PHY_CAPS_MASK & ~(IXGBE_ACI_PHY_AN_MODE |

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#773: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1247:
+					      IXGBE_ACI_PHY_EN_MOD_QUAL);

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#774: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1248:
+	cfg_mask = IXGBE_ACI_PHY_ENA_VALID_MASK &

WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''?
#775: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:1249:
+		   ~IXGBE_ACI_PHY_ENA_AUTO_LINK_UPDT;

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

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

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

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

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

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

WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''?
#833: 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 ''?
#834: 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 ''?
#835: 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 ''?
#836: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:34:
+bool ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,

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

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

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

total: 6 errors, 105 warnings, 6 checks, 759 lines checked

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <0c4b8a547f838533ae58c4adaeb79d895791b7af.1717067519.git.anatoly.burakov@intel.com>
2024-05-30 11:17 ` |WARNING| pw140460 [PATCH v3 22/30] 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).