On 4/19/2024 10:13 AM, Michal Swiatkowski wrote:
+/** + * ice_eswitch_cfg_vsi - configure VSI to work in slow-path + * @vsi: VSI structure of representee + * @mac: representee MAC
Can you fix the kdoc for this?> drivers/net/ethernet/intel/ice/ice_eswitch.c:140: warning: No description found for return value of 'ice_eswitch_cfg_vsi'
Thanks, Tony
+ */ +int ice_eswitch_cfg_vsi(struct ice_vsi *vsi, const u8 *mac) +{ + int err; +