提交 ed14245a 编写于 作者: A Anirudh Venkataramanan 提交者: Jeff Kirsher

ice: Update function header

Add some details to the function header for ice_deinit_hw.
Signed-off-by: NAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 49c6e41b
...@@ -862,6 +862,10 @@ enum ice_status ice_init_hw(struct ice_hw *hw) ...@@ -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 * ice_deinit_hw - unroll initialization operations done by ice_init_hw
* @hw: pointer to the hardware structure * @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) void ice_deinit_hw(struct ice_hw *hw)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册