diff options
author | Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> | 2019-02-19 18:04:12 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2019-04-18 11:38:47 -0400 |
commit | 94c4441b5a80f38d203432a4389d2dd349403ae5 (patch) | |
tree | 26b4dba6455976dff60c241aae9819cc5dbc108c /drivers/net/ethernet/intel/ice/ice_common.c | |
parent | cea29a70727e7885b3fdf0d266a57818652a89c1 (diff) |
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>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_common.c b/drivers/net/ethernet/intel/ice/ice_common.c index 5e7a31421c0d..aeae0205bec3 100644 --- a/drivers/net/ethernet/intel/ice/ice_common.c +++ b/drivers/net/ethernet/intel/ice/ice_common.c | |||
@@ -2477,7 +2477,7 @@ ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps, | |||
2477 | * @num_qgrps: number of groups in the list | 2477 | * @num_qgrps: number of groups in the list |
2478 | * @qg_list: the list of groups to disable | 2478 | * @qg_list: the list of groups to disable |
2479 | * @buf_size: the total size of the qg_list buffer in bytes | 2479 | * @buf_size: the total size of the qg_list buffer in bytes |
2480 | * @rst_src: if called due to reset, specifies the RST source | 2480 | * @rst_src: if called due to reset, specifies the reset source |
2481 | * @vmvf_num: the relative VM or VF number that is undergoing the reset | 2481 | * @vmvf_num: the relative VM or VF number that is undergoing the reset |
2482 | * @cd: pointer to command details structure or NULL | 2482 | * @cd: pointer to command details structure or NULL |
2483 | * | 2483 | * |
@@ -2874,7 +2874,7 @@ ena_txq_exit: | |||
2874 | * @num_queues: number of queues | 2874 | * @num_queues: number of queues |
2875 | * @q_ids: pointer to the q_id array | 2875 | * @q_ids: pointer to the q_id array |
2876 | * @q_teids: pointer to queue node teids | 2876 | * @q_teids: pointer to queue node teids |
2877 | * @rst_src: if called due to reset, specifies the RST source | 2877 | * @rst_src: if called due to reset, specifies the reset source |
2878 | * @vmvf_num: the relative VM or VF number that is undergoing the reset | 2878 | * @vmvf_num: the relative VM or VF number that is undergoing the reset |
2879 | * @cd: pointer to command details structure or NULL | 2879 | * @cd: pointer to command details structure or NULL |
2880 | * | 2880 | * |
@@ -2925,7 +2925,7 @@ ice_dis_vsi_txq(struct ice_port_info *pi, u8 num_queues, u16 *q_ids, | |||
2925 | } | 2925 | } |
2926 | 2926 | ||
2927 | /** | 2927 | /** |
2928 | * ice_cfg_vsi_qs - configure the new/exisiting VSI queues | 2928 | * ice_cfg_vsi_qs - configure the new/existing VSI queues |
2929 | * @pi: port information structure | 2929 | * @pi: port information structure |
2930 | * @vsi_handle: software VSI handle | 2930 | * @vsi_handle: software VSI handle |
2931 | * @tc_bitmap: TC bitmap | 2931 | * @tc_bitmap: TC bitmap |