All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] net: stmmac: dwmac-imx: comment spelling fix
@ 2022-04-25 15:48 ` Marcel Ziswiler
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Ziswiler @ 2022-04-25 15:48 UTC (permalink / raw)
  To: netdev
  Cc: Marcel Ziswiler, Alexandre Torgue, David S. Miller,
	Fabio Estevam, Fugang Duan, Giuseppe Cavallaro, Jakub Kicinski,
	Jose Abreu, Maxime Coquelin, NXP Linux Team, Paolo Abeni,
	Pengutronix Kernel Team, Sascha Hauer, Shawn Guo,
	linux-arm-kernel, linux-kernel, linux-stm32

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Fix spelling in comment.

Fixes: 94abdad6974a ("net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
index 84651207a1de..bd52fb7cf486 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
@@ -197,9 +197,9 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
 	}
 
 	if (of_machine_is_compatible("fsl,imx8mp")) {
-		/* Binding doc describes the propety:
+		/* Binding doc describes the property:
 		   is required by i.MX8MP.
-		   is optinoal for i.MX8DXL.
+		   is optional for i.MX8DXL.
 		 */
 		dwmac->intf_regmap = syscon_regmap_lookup_by_phandle(np, "intf_mode");
 		if (IS_ERR(dwmac->intf_regmap))
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v1] net: stmmac: dwmac-imx: comment spelling fix
@ 2022-04-25 15:48 ` Marcel Ziswiler
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Ziswiler @ 2022-04-25 15:48 UTC (permalink / raw)
  To: netdev
  Cc: Marcel Ziswiler, Alexandre Torgue, David S. Miller,
	Fabio Estevam, Fugang Duan, Giuseppe Cavallaro, Jakub Kicinski,
	Jose Abreu, Maxime Coquelin, NXP Linux Team, Paolo Abeni,
	Pengutronix Kernel Team, Sascha Hauer, Shawn Guo,
	linux-arm-kernel, linux-kernel, linux-stm32

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Fix spelling in comment.

Fixes: 94abdad6974a ("net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip")
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
index 84651207a1de..bd52fb7cf486 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c
@@ -197,9 +197,9 @@ imx_dwmac_parse_dt(struct imx_priv_data *dwmac, struct device *dev)
 	}
 
 	if (of_machine_is_compatible("fsl,imx8mp")) {
-		/* Binding doc describes the propety:
+		/* Binding doc describes the property:
 		   is required by i.MX8MP.
-		   is optinoal for i.MX8DXL.
+		   is optional for i.MX8DXL.
 		 */
 		dwmac->intf_regmap = syscon_regmap_lookup_by_phandle(np, "intf_mode");
 		if (IS_ERR(dwmac->intf_regmap))
-- 
2.35.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] net: stmmac: dwmac-imx: comment spelling fix
  2022-04-25 15:48 ` Marcel Ziswiler
@ 2022-04-27  0:50   ` patchwork-bot+netdevbpf
  -1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-04-27  0:50 UTC (permalink / raw)
  To: Marcel Ziswiler
  Cc: netdev, marcel.ziswiler, alexandre.torgue, davem, festevam,
	fugang.duan, peppe.cavallaro, kuba, joabreu, mcoquelin.stm32,
	linux-imx, pabeni, kernel, s.hauer, shawnguo, linux-arm-kernel,
	linux-kernel, linux-stm32

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 25 Apr 2022 17:48:56 +0200 you wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Fix spelling in comment.
> 
> Fixes: 94abdad6974a ("net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip")
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> [...]

Here is the summary with links:
  - [v1] net: stmmac: dwmac-imx: comment spelling fix
    https://git.kernel.org/netdev/net-next/c/b1190d5175ac

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] net: stmmac: dwmac-imx: comment spelling fix
@ 2022-04-27  0:50   ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-04-27  0:50 UTC (permalink / raw)
  To: Marcel Ziswiler
  Cc: netdev, marcel.ziswiler, alexandre.torgue, davem, festevam,
	fugang.duan, peppe.cavallaro, kuba, joabreu, mcoquelin.stm32,
	linux-imx, pabeni, kernel, s.hauer, shawnguo, linux-arm-kernel,
	linux-kernel, linux-stm32

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 25 Apr 2022 17:48:56 +0200 you wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Fix spelling in comment.
> 
> Fixes: 94abdad6974a ("net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip")
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> [...]

Here is the summary with links:
  - [v1] net: stmmac: dwmac-imx: comment spelling fix
    https://git.kernel.org/netdev/net-next/c/b1190d5175ac

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-27  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 15:48 [PATCH v1] net: stmmac: dwmac-imx: comment spelling fix Marcel Ziswiler
2022-04-25 15:48 ` Marcel Ziswiler
2022-04-27  0:50 ` patchwork-bot+netdevbpf
2022-04-27  0:50   ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.