[PATCH] drivers/net/ethernet: fix a typo for stmmac_pltfr_suspend
Wang Qing
wangqing at vivo.com
Wed Sep 9 08:19:21 EDT 2020
Change the comment typo: "direcly" -> "directly".
Signed-off-by: Wang Qing <wangqing at vivo.com>
---
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
index f32317f..b666bb9
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
@@ -711,7 +711,7 @@ EXPORT_SYMBOL_GPL(stmmac_pltfr_remove);
/**
* stmmac_pltfr_suspend
* @dev: device pointer
- * Description: this function is invoked when suspend the driver and it direcly
+ * Description: this function is invoked when suspend the driver and it directly
* call the main suspend function and then, if required, on some platform, it
* can call an exit helper.
*/
--
2.7.4
More information about the linux-arm-kernel
mailing list