diff options
| author | 2019-02-19 15:04:12 -0800 | |
|---|---|---|
| committer | 2019-04-18 08:38:47 -0700 | |
| commit | 94c4441b5a80f38d203432a4389d2dd349403ae5 (patch) | |
| tree | 26b4dba6455976dff60c241aae9819cc5dbc108c /drivers/net/ethernet/intel/ice/ice.h | |
| parent | Merge branch 'ipv6-Use-fib6_result-for-fib_lookups' (diff) | |
| download | wireguard-linux-94c4441b5a80f38d203432a4389d2dd349403ae5.tar.xz wireguard-linux-94c4441b5a80f38d203432a4389d2dd349403ae5.zip | |
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.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice.h | 2 |
1 files changed, 1 insertions, 1 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 { }; 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_size; unsigned int q_count; |
