mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
ice: Fix typos in code comments
This patch fixes typos in code comments. Reviewed-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
cea29a7072
commit
94c4441b5a
4 changed files with 6 additions and 6 deletions
|
@ -162,7 +162,7 @@ struct ice_res_tracker {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ice_qs_cfg {
|
struct ice_qs_cfg {
|
||||||
struct mutex *qs_mutex; /* will be assgined to &pf->avail_q_mutex */
|
struct mutex *qs_mutex; /* will be assigned to &pf->avail_q_mutex */
|
||||||
unsigned long *pf_map;
|
unsigned long *pf_map;
|
||||||
unsigned long pf_map_size;
|
unsigned long pf_map_size;
|
||||||
unsigned int q_count;
|
unsigned int q_count;
|
||||||
|
|
|
@ -2477,7 +2477,7 @@ ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps,
|
||||||
* @num_qgrps: number of groups in the list
|
* @num_qgrps: number of groups in the list
|
||||||
* @qg_list: the list of groups to disable
|
* @qg_list: the list of groups to disable
|
||||||
* @buf_size: the total size of the qg_list buffer in bytes
|
* @buf_size: the total size of the qg_list buffer in bytes
|
||||||
* @rst_src: if called due to reset, specifies the RST source
|
* @rst_src: if called due to reset, specifies the reset source
|
||||||
* @vmvf_num: the relative VM or VF number that is undergoing the reset
|
* @vmvf_num: the relative VM or VF number that is undergoing the reset
|
||||||
* @cd: pointer to command details structure or NULL
|
* @cd: pointer to command details structure or NULL
|
||||||
*
|
*
|
||||||
|
@ -2874,7 +2874,7 @@ ena_txq_exit:
|
||||||
* @num_queues: number of queues
|
* @num_queues: number of queues
|
||||||
* @q_ids: pointer to the q_id array
|
* @q_ids: pointer to the q_id array
|
||||||
* @q_teids: pointer to queue node teids
|
* @q_teids: pointer to queue node teids
|
||||||
* @rst_src: if called due to reset, specifies the RST source
|
* @rst_src: if called due to reset, specifies the reset source
|
||||||
* @vmvf_num: the relative VM or VF number that is undergoing the reset
|
* @vmvf_num: the relative VM or VF number that is undergoing the reset
|
||||||
* @cd: pointer to command details structure or NULL
|
* @cd: pointer to command details structure or NULL
|
||||||
*
|
*
|
||||||
|
@ -2925,7 +2925,7 @@ ice_dis_vsi_txq(struct ice_port_info *pi, u8 num_queues, u16 *q_ids,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ice_cfg_vsi_qs - configure the new/exisiting VSI queues
|
* ice_cfg_vsi_qs - configure the new/existing VSI queues
|
||||||
* @pi: port information structure
|
* @pi: port information structure
|
||||||
* @vsi_handle: software VSI handle
|
* @vsi_handle: software VSI handle
|
||||||
* @tc_bitmap: TC bitmap
|
* @tc_bitmap: TC bitmap
|
||||||
|
|
|
@ -513,7 +513,7 @@ static int ice_alloc_vsi_res(struct ice_vf *vf)
|
||||||
|
|
||||||
/* Clear this bit after VF initialization since we shouldn't reclaim
|
/* Clear this bit after VF initialization since we shouldn't reclaim
|
||||||
* and reassign interrupts for synchronous or asynchronous VFR events.
|
* and reassign interrupts for synchronous or asynchronous VFR events.
|
||||||
* We dont want to reconfigure interrupts since AVF driver doesn't
|
* We don't want to reconfigure interrupts since AVF driver doesn't
|
||||||
* expect vector assignment to be changed unless there is a request for
|
* expect vector assignment to be changed unless there is a request for
|
||||||
* more vectors.
|
* more vectors.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue