netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ll_temac: Fix typo bug for 32-bit
@ 2019-05-02  6:43 Esben Haabendal
  2019-05-02 13:20 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Esben Haabendal @ 2019-05-02  6:43 UTC (permalink / raw)
  To: David S . Miller, netdev
  Cc: Andrew Lunn, YueHaibing, Yang Wei, Luis Chamberlain

Fixes: d84aec42151b ("net: ll_temac: Fix support for 64-bit platforms")

Signed-off-by: Esben Haabendal <esben@geanix.com>
---
 drivers/net/ethernet/xilinx/ll_temac_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/xilinx/ll_temac_main.c b/drivers/net/ethernet/xilinx/ll_temac_main.c
index 1003ee14c833..ca95c726269a 100644
--- a/drivers/net/ethernet/xilinx/ll_temac_main.c
+++ b/drivers/net/ethernet/xilinx/ll_temac_main.c
@@ -658,7 +658,7 @@ void *ptr_from_txbd(struct cdmac_bd *bd)
 
 #else
 
-void ptr_to_txbd(void *p, struct cmdac_bd *bd)
+void ptr_to_txbd(void *p, struct cdmac_bd *bd)
 {
 	bd->app4 = (u32)p;
 }
-- 
2.21.0


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

* Re: [PATCH] net: ll_temac: Fix typo bug for 32-bit
  2019-05-02  6:43 [PATCH] net: ll_temac: Fix typo bug for 32-bit Esben Haabendal
@ 2019-05-02 13:20 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-05-02 13:20 UTC (permalink / raw)
  To: esben; +Cc: netdev, andrew, yuehaibing, yang.wei9, mcgrof

From: Esben Haabendal <esben@geanix.com>
Date: Thu,  2 May 2019 08:43:43 +0200

> Fixes: d84aec42151b ("net: ll_temac: Fix support for 64-bit platforms")
> 
> Signed-off-by: Esben Haabendal <esben@geanix.com>

Applied.

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

end of thread, other threads:[~2019-05-02 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02  6:43 [PATCH] net: ll_temac: Fix typo bug for 32-bit Esben Haabendal
2019-05-02 13:20 ` David Miller

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).