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)
commit00be8197c9741b91700289a33c25b7b6de951cc9
tree2f2369bf57473409bb8c251a92e30798b310d7ce
parentbaeb705fd6a7245cc1fa69ed991a9cffdf44a174
ice: remove return value comment for ice_reset_all_vfs

Since commit fe99d1c06c16 ("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