]> git.baikalelectronics.ru Git - kernel.git/commit
ice: remove return value comment for ice_reset_all_vfs
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 11 Apr 2022 23:29:04 +0000 (16:29 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 5 May 2022 18:28:36 +0000 (11:28 -0700)
commitd7b8f6a34aed0649a5e5921cf08e90ac82c10c52
tree2f2369bf57473409bb8c251a92e30798b310d7ce
parent17c035b5de6f62d4f474cd854c0af907d5452888
ice: remove return value comment for ice_reset_all_vfs

Since commit 3123c6cc1996 ("ice: make ice_reset_all_vfs void"), the
ice_reset_all_vfs function has not returned anything. The function comment
still indicated it did. Fix this.

While here, also add a line to clarify the function resets all VFs at once
in response to hardware resets such as a PF reset.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_vf_lib.c