Misspelled comment corrected

Signed-off-by: tolga ceylan <tolga.cey...@gmail.com>
---
 drivers/staging/netlogic/xlr_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/netlogic/xlr_net.c 
b/drivers/staging/netlogic/xlr_net.c
index 5ecb3e6..e8aae09 100644
--- a/drivers/staging/netlogic/xlr_net.c
+++ b/drivers/staging/netlogic/xlr_net.c
@@ -788,7 +788,7 @@ void xlr_set_gmac_speed(struct xlr_net_priv *priv)
                        xlr_nae_wreg(priv->base_addr, R_MAC_CONFIG_2, 0x7117);
                        priv->phy_speed = speed;
                }
-               /* Set SGMII speed in Interface controll reg */
+               /* Set SGMII speed in Interface control reg */
                if (phydev->interface == PHY_INTERFACE_MODE_SGMII) {
                        if (speed == SPEED_10)
                                xlr_nae_wreg(priv->base_addr,
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to