summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@freescale.com>2015-01-21 09:46:45 (GMT)
committerMadalin Bucur <madalin.bucur@freescale.com>2015-02-25 16:27:04 (GMT)
commit7bc67b0e3d1346d641aa5ff36540cce264d10265 (patch)
tree4674080fd4b2e1e102eae7b98c09bf4dc6926d5a /drivers/net/ethernet/freescale
parent7f16887b8377ec3551a151311894d64bfaec1684 (diff)
downloadlinux-fsl-qoriq-7bc67b0e3d1346d641aa5ff36540cce264d10265.tar.xz
dpaa_eth: fix several typos in mac-api
Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com> Change-Id: I4974af9d90c0276b47bf46d8fba09d207fc0c3f5 Reviewed-on: http://git.am.freescale.net:8181/28880 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Marian Cristian Rotariu <marian.rotariu@freescale.com>
Diffstat (limited to 'drivers/net/ethernet/freescale')
-rw-r--r--drivers/net/ethernet/freescale/dpa/mac-api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/freescale/dpa/mac-api.c b/drivers/net/ethernet/freescale/dpa/mac-api.c
index 315581d..1b92e86 100644
--- a/drivers/net/ethernet/freescale/dpa/mac-api.c
+++ b/drivers/net/ethernet/freescale/dpa/mac-api.c
@@ -449,7 +449,7 @@ static int dtsec_init_phy(struct net_device *net_dev,
/* Remove any features not supported by the controller */
phy_dev->supported &= mac_dev->if_support;
- /* Enable the symmetric and asymmetric PAUSE frame advertisments,
+ /* Enable the symmetric and asymmetric PAUSE frame advertisements,
* as most of the PHY drivers do not enable them by default.
*/
phy_dev->supported |= (SUPPORTED_Pause | SUPPORTED_Asym_Pause);
@@ -480,7 +480,7 @@ static int xgmac_init_phy(struct net_device *net_dev,
}
phy_dev->supported &= mac_dev->if_support;
- /* Enable the symmetric and asymmetric PAUSE frame advertisments,
+ /* Enable the symmetric and asymmetric PAUSE frame advertisements,
* as most of the PHY drivers do not enable them by default.
*/
phy_dev->supported |= (SUPPORTED_Pause | SUPPORTED_Asym_Pause);
@@ -523,7 +523,7 @@ static int memac_init_phy(struct net_device *net_dev,
/* Remove any features not supported by the controller */
phy_dev->supported &= mac_dev->if_support;
- /* Enable the symmetric and asymmetric PAUSE frame advertisments,
+ /* Enable the symmetric and asymmetric PAUSE frame advertisements,
* as most of the PHY drivers do not enable them by default.
*/
phy_dev->supported |= (SUPPORTED_Pause | SUPPORTED_Asym_Pause);