diff options
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice.h | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_common.c | 6 | ||||
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_main.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice.h b/drivers/net/ethernet/intel/ice/ice.h index b819689da7e2..f685235afb62 100644 --- a/drivers/net/ethernet/intel/ice/ice.h +++ b/drivers/net/ethernet/intel/ice/ice.h | |||
@@ -162,7 +162,7 @@ struct ice_res_tracker { | |||
162 | }; | 162 | }; |
163 | 163 | ||
164 | struct ice_qs_cfg { | 164 | struct ice_qs_cfg { |
165 | struct mutex *qs_mutex; /* will be assgined to &pf->avail_q_mutex */ | 165 | struct mutex *qs_mutex; /* will be assigned to &pf->avail_q_mutex */ |
166 | unsigned long *pf_map; | 166 | unsigned long *pf_map; |
167 | unsigned long pf_map_size; | 167 | unsigned long pf_map_size; |
168 | unsigned int q_count; | 168 | unsigned int q_count; |
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 |
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c index f7073e046979..033910b63cf7 100644 --- a/drivers/net/ethernet/intel/ice/ice_main.c +++ b/drivers/net/ethernet/intel/ice/ice_main.c | |||
@@ -504,7 +504,7 @@ static void ice_reset_subtask(struct ice_pf *pf) | |||
504 | pf->hw.reset_ongoing = false; | 504 | pf->hw.reset_ongoing = false; |
505 | ice_rebuild(pf); | 505 | ice_rebuild(pf); |
506 | /* clear bit to resume normal operations, but | 506 | /* clear bit to resume normal operations, but |
507 | * ICE_NEEDS_RESTART bit is set incase rebuild failed | 507 | * ICE_NEEDS_RESTART bit is set in case rebuild failed |
508 | */ | 508 | */ |
509 | clear_bit(__ICE_RESET_OICR_RECV, pf->state); | 509 | clear_bit(__ICE_RESET_OICR_RECV, pf->state); |
510 | clear_bit(__ICE_PREPARED_FOR_RESET, pf->state); | 510 | clear_bit(__ICE_PREPARED_FOR_RESET, pf->state); |
diff --git a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c index 84e51a0a0795..8321e4f28957 100644 --- a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c +++ b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | |||
@@ -513,7 +513,7 @@ static int ice_alloc_vsi_res(struct ice_vf *vf) | |||
513 | 513 | ||
514 | /* Clear this bit after VF initialization since we shouldn't reclaim | 514 | /* Clear this bit after VF initialization since we shouldn't reclaim |
515 | * and reassign interrupts for synchronous or asynchronous VFR events. | 515 | * and reassign interrupts for synchronous or asynchronous VFR events. |
516 | * We dont want to reconfigure interrupts since AVF driver doesn't | 516 | * We don't want to reconfigure interrupts since AVF driver doesn't |
517 | * expect vector assignment to be changed unless there is a request for | 517 | * expect vector assignment to be changed unless there is a request for |
518 | * more vectors. | 518 | * more vectors. |
519 | */ | 519 | */ |