[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1421475373-6328-1-git-send-email-tolga.ceylan@gmail.com>
Date: Fri, 16 Jan 2015 22:16:13 -0800
From: tolga ceylan <tolga.ceylan@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Ganesan Ramalingam <ganesanr@...adcom.com>,
"David S. Miller" <davem@...emloft.net>,
Sarah Sharp <sarah.a.sharp@...ux.intel.com>,
Himangi Saraogi <himangi774@...il.com>,
Daniel Borkmann <dborkman@...hat.com>,
Iulia Manda <iulia.manda21@...il.com>,
Toby Smith <toby@...mith.id.au>, devel@...verdev.osuosl.org
Cc: linux-kernel@...r.kernel.org, tolga ceylan <tolga.ceylan@...il.com>
Subject: [PATCH] Staging: NetLogic: Coding style correction
Misspelled comment corrected
Signed-off-by: tolga ceylan <tolga.ceylan@...il.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists