diff options
| author | Anirudh Venkataramanan <[email protected]> | 2019-02-19 15:04:12 -0800 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2019-04-18 08:38:47 -0700 |
| commit | 94c4441b5a80f38d203432a4389d2dd349403ae5 (patch) | |
| tree | 26b4dba6455976dff60c241aae9819cc5dbc108c /drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | |
| parent | cea29a70727e7885b3fdf0d266a57818652a89c1 (diff) | |
ice: Fix typos in code comments
This patch fixes typos in code comments.
Reviewed-by: Bruce Allan <[email protected]>
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) /* Clear this bit after VF initialization since we shouldn't reclaim * 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 * more vectors. */ |