All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] caif: Fix recieve/receive typo
@ 2011-06-24 17:59 Joe Perches
  2011-06-29 12:52 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2011-06-24 17:59 UTC (permalink / raw)
  To: Sjur Braendeland; +Cc: netdev, linux-kernel

Just spelling fixes.

Actually, a twofer with vaiables/variables as well.

Signed-off-by: Joe Perches <joe@perches.com>
---
Remainder patch.  Jiri doesn't track -next.

 drivers/net/caif/caif_hsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/caif/caif_hsi.c b/drivers/net/caif/caif_hsi.c
index 7a8ce612..fda0b1f 100644
--- a/drivers/net/caif/caif_hsi.c
+++ b/drivers/net/caif/caif_hsi.c
@@ -988,8 +988,7 @@ int cfhsi_probe(struct platform_device *pdev)
 		goto err_alloc_rx;
 	}
 
-	/* Initialize recieve vaiables. */
+	/* Initialize receive variables. */
 	cfhsi->rx_ptr = cfhsi->rx_buf;
 	cfhsi->rx_len = CFHSI_DESC_SZ;
 
-- 
1.7.6.rc3


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

* Re: [PATCH] caif: Fix recieve/receive typo
  2011-06-24 17:59 [PATCH] caif: Fix recieve/receive typo Joe Perches
@ 2011-06-29 12:52 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-06-29 12:52 UTC (permalink / raw)
  To: joe; +Cc: sjur.brandeland, netdev, linux-kernel

From: Joe Perches <joe@perches.com>
Date: Fri, 24 Jun 2011 10:59:19 -0700

> Just spelling fixes.
> 
> Actually, a twofer with vaiables/variables as well.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

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

end of thread, other threads:[~2011-06-29 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-24 17:59 [PATCH] caif: Fix recieve/receive typo Joe Perches
2011-06-29 12:52 ` David Miller

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.