All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] net: fix typos
@ 2017-08-29 16:44 Heinrich Schuchardt
  2017-08-29 16:58 ` Joe Hershberger
  2017-09-07 18:32 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2017-08-29 16:44 UTC (permalink / raw)
  To: u-boot

%s/Desriptor/Descriptor/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/net/fsl_mcdmafec.c | 2 +-
 drivers/net/mcffec.c       | 2 +-
 drivers/net/mvneta.c       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/fsl_mcdmafec.c b/drivers/net/fsl_mcdmafec.c
index 26c714cc04..2d89cea4a3 100644
--- a/drivers/net/fsl_mcdmafec.c
+++ b/drivers/net/fsl_mcdmafec.c
@@ -391,7 +391,7 @@ static int fec_init(struct eth_device *dev, bd_t * bd)
 	/* Set Opcode/Pause Duration Register */
 	fecp->opd = 0x00010020;
 
-	/* Setup Buffers and Buffer Desriptors */
+	/* Setup Buffers and Buffer Descriptors */
 	info->rxIdx = 0;
 	info->txIdx = 0;
 
diff --git a/drivers/net/mcffec.c b/drivers/net/mcffec.c
index 39a6747320..ebcbed941a 100644
--- a/drivers/net/mcffec.c
+++ b/drivers/net/mcffec.c
@@ -465,7 +465,7 @@ int fec_init(struct eth_device *dev, bd_t * bd)
 	fecp->emrbr = PKT_MAXBLR_SIZE;
 
 	/*
-	 * Setup Buffers and Buffer Desriptors
+	 * Setup Buffers and Buffer Descriptors
 	 */
 	info->rxIdx = 0;
 	info->txIdx = 0;
diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c
index 50577d7f07..f1be9521a9 100644
--- a/drivers/net/mvneta.c
+++ b/drivers/net/mvneta.c
@@ -540,7 +540,7 @@ static void mvneta_txq_pend_desc_add(struct mvneta_port *pp,
 	u32 val;
 
 	/* Only 255 descriptors can be added at once ; Assume caller
-	 * process TX desriptors in quanta less than 256
+	 * process TX descriptors in quanta less than 256
 	 */
 	val = pend_desc;
 	mvreg_write(pp, MVNETA_TXQ_UPDATE_REG(txq->id), val);
-- 
2.11.0

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

* [U-Boot] [PATCH 1/1] net: fix typos
  2017-08-29 16:44 [U-Boot] [PATCH 1/1] net: fix typos Heinrich Schuchardt
@ 2017-08-29 16:58 ` Joe Hershberger
  2017-09-07 18:32 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2017-08-29 16:58 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 29, 2017 at 11:44 AM, Heinrich Schuchardt
<xypron.glpk@gmx.de> wrote:
> %s/Desriptor/Descriptor/g
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

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

* [U-Boot] net: fix typos
  2017-08-29 16:44 [U-Boot] [PATCH 1/1] net: fix typos Heinrich Schuchardt
  2017-08-29 16:58 ` Joe Hershberger
@ 2017-09-07 18:32 ` Joe Hershberger
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Hershberger @ 2017-09-07 18:32 UTC (permalink / raw)
  To: u-boot

Hi Heinrich,

https://patchwork.ozlabs.org/patch/807182/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

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

end of thread, other threads:[~2017-09-07 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 16:44 [U-Boot] [PATCH 1/1] net: fix typos Heinrich Schuchardt
2017-08-29 16:58 ` Joe Hershberger
2017-09-07 18:32 ` [U-Boot] " Joe Hershberger

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.