Skip to content

Commit

Permalink
net/ice/base: fix typo in comment
Browse files Browse the repository at this point in the history
[ upstream commit 34be38f ]

Correct spelling of word data instead of date.

Fixes: 453d087 ("net/ice/base: add common functions")

Signed-off-by: Kevin Scott <kevin.c.scott@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Junfeng Guo <junfeng.guo@intel.com>
  • Loading branch information
qzhan16 authored and cpaelzer committed Nov 29, 2021
1 parent b83e5a9 commit 0466fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ice/base/ice_common.c
Expand Up @@ -2650,7 +2650,7 @@ ice_phy_caps_equals_cfg(struct ice_aqc_get_phy_caps_data *phy_caps,

/**
* ice_copy_phy_caps_to_cfg - Copy PHY ability data to configuration data
* @caps: PHY ability structure to copy date from
* @caps: PHY ability structure to copy data from
* @cfg: PHY configuration structure to copy data to
*
* Helper function to copy AQC PHY get ability data to PHY set configuration
Expand Down

0 comments on commit 0466fd0

Please sign in to comment.