Message ID | 20210810025140.1698163-28-qi.z.zhang@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Qi Zhang |
Headers | show |
Series | ice: base code update | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
> -----Original Message----- > From: Zhang, Qi Z <qi.z.zhang@intel.com> > Sent: Tuesday, August 10, 2021 10:52 > To: Yang, Qiming <qiming.yang@intel.com> > Cc: Guo, Junfeng <junfeng.guo@intel.com>; dev@dpdk.org; Zhang, Qi Z > <qi.z.zhang@intel.com>; Scott, Kevin C <kevin.c.scott@intel.com> > Subject: [PATCH 27/28] net/ice/base: correct spellling of word data > > Correct spelling of word data instead of date. > > Signed-off-by: Kevin Scott <kevin.c.scott@intel.com> > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> > --- > drivers/net/ice/base/ice_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > -- > 2.26.2 Acked-by: Junfeng Guo <junfeng.guo@intel.com> Regards, Junfeng Guo
On 8/10/2021 3:51 AM, Qi Zhang wrote: > Correct spelling of word data instead of date. Spelling of 'spellling' needs to be corrected in patch title. > > Signed-off-by: Kevin Scott <kevin.c.scott@intel.com> > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> > --- > drivers/net/ice/base/ice_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ice/base/ice_common.c b/drivers/net/ice/base/ice_common.c > index 9c6649b6c5..641859f752 100644 > --- a/drivers/net/ice/base/ice_common.c > +++ b/drivers/net/ice/base/ice_common.c > @@ -3528,7 +3528,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 > * @pi: port information structure > - * @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 >
On 8/13/2021 5:50 PM, Ferruh Yigit wrote: > On 8/10/2021 3:51 AM, Qi Zhang wrote: >> Correct spelling of word data instead of date. > > Spelling of 'spellling' needs to be corrected in patch title. > Fixes: 453d087ccaff ("net/ice/base: add common functions") Cc: stable@dpdk.org >> >> Signed-off-by: Kevin Scott <kevin.c.scott@intel.com> >> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> >> --- >> drivers/net/ice/base/ice_common.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/net/ice/base/ice_common.c b/drivers/net/ice/base/ice_common.c >> index 9c6649b6c5..641859f752 100644 >> --- a/drivers/net/ice/base/ice_common.c >> +++ b/drivers/net/ice/base/ice_common.c >> @@ -3528,7 +3528,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 >> * @pi: port information structure >> - * @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 >> >
diff --git a/drivers/net/ice/base/ice_common.c b/drivers/net/ice/base/ice_common.c index 9c6649b6c5..641859f752 100644 --- a/drivers/net/ice/base/ice_common.c +++ b/drivers/net/ice/base/ice_common.c @@ -3528,7 +3528,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 * @pi: port information structure - * @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