linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: Fix a typo
@ 2021-03-22  6:33 Bhaskar Chowdhury
  0 siblings, 0 replies; only message in thread
From: Bhaskar Chowdhury @ 2021-03-22  6:33 UTC (permalink / raw)
  To: nbd, john, sean.wang, Mark-MC.Lee, davem, kuba, matthias.bgg,
	linux, netdev, linux-arm-kernel, linux-mediatek, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/datastruture/"data structure"/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-22  6:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  6:33 [PATCH] net: ethernet: Fix a typo Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).