On 10/22/2025 6:12 AM, Aleksandr Loktionov wrote:

+/**
+ * ice_ptg_attr_in_use - determine if PTG and attribute pair is in use
+ * @ptg_attr: pointer to the PTG and attribute pair to check
+ * @ptgs_used: bitmap that denotes which PTGs are in use
+ * @attr_used: array of PTG and attributes pairs already used
+ * @attr_cnt: count of entries in the attr_used array
+ */

Missing the Return:

Warning: drivers/net/ethernet/intel/ice/ice_flex_pipe.c:3700 No description found for return value of 'ice_ptg_attr_in_use'

+static bool
+ice_ptg_attr_in_use(struct ice_tcam_inf *ptg_attr, unsigned long *ptgs_used,
+                   struct ice_tcam_inf *attr_used[], u16 attr_cnt)

Reply via email to