Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed14245a authored by Anirudh Venkataramanan's avatar Anirudh Venkataramanan Committed by Jeff Kirsher
Browse files

ice: Update function header



Add some details to the function header for ice_deinit_hw.

Signed-off-by: default avatarAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 49c6e41b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -862,6 +862,10 @@ enum ice_status ice_init_hw(struct ice_hw *hw)
/**
 * ice_deinit_hw - unroll initialization operations done by ice_init_hw
 * @hw: pointer to the hardware structure
 *
 * This should be called only during nominal operation, not as a result of
 * ice_init_hw() failing since ice_init_hw() will take care of unrolling
 * applicable initializations if it fails for any reason.
 */
void ice_deinit_hw(struct ice_hw *hw)
{