OSDN Git Service

ice: fix function comment referring to ice_vsi_alloc
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 19 Jan 2023 01:16:41 +0000 (17:16 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 6 Feb 2023 17:34:25 +0000 (09:34 -0800)
commita2ca73eae33f4a15304b7f4a71246bb66ded0b80
treeab8352da069f3339af9e07bef19aef08ed83dc7f
parent772dec645934d7788e333cc05f19ac8c1b78f517
ice: fix function comment referring to ice_vsi_alloc

Since commit 1d2e32275de7 ("ice: split ice_vsi_setup into smaller
functions") ice_vsi_alloc has not been responsible for all of the behavior
implied by the comment for ice_vsi_setup_vector_base.

Fix the comment to refer to the new function ice_vsi_alloc_def().

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_lib.c