[PATCH] net: ethernet: Fix a typo

Bhaskar Chowdhury unixbhaskar at gmail.com
Mon Mar 22 06:33:39 GMT 2021


s/datastruture/"data structure"/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar at gmail.com>
---
 drivers/net/ethernet/mediatek/mtk_eth_soc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.h b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
index fd3cec8f06ba..79c9c6bd2e4f 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.h
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.h
@@ -908,7 +908,7 @@ struct mtk_eth {
  * @id:			The number of the MAC
  * @interface:		Interface mode kept for detecting change in hw settings
  * @of_node:		Our devicetree node
- * @hw:			Backpointer to our main datastruture
+ * @hw:			Backpointer to our main data structure
  * @hw_stats:		Packet statistics counter
  */
 struct mtk_mac {
--
2.31.0




More information about the Linux-mediatek mailing list