On 3/10/2025 4:12 AM, Karol Kolacinski wrote:

...

+/**
+ * ice_tspll_default_freq - Return default frequency for a MAC type
+ * @mac_type: MAC type
+ */
+static enum ice_tspll_freq ice_tspll_default_freq(enum ice_mac_type mac_type)

...

+/**
+ * ice_tspll_check_params - Check if TSPLL params are correct
+ * @hw: Pointer to the HW struct
+ * @clk_freq: Clock frequency to program
+ * @clk_src: Clock source to select (TIME_REF or TCXO)
+ */

These two are missing 'Return:'

+static bool ice_tspll_check_params(struct ice_hw *hw,
+                                  enum ice_tspll_freq clk_freq,
+                                  enum ice_clk_src clk_src)

Reply via email to