aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-06-29 08:52:03 -0400
committerDavid S. Miller <davem@davemloft.net>2011-06-29 08:52:03 -0400
commit864834f935b5311004ebbf0c485dbfd10aa9a546 (patch)
treeb8bd9875ca950494e19eaeaf5d6e278ae92362cf /drivers/net/caif
parent84cac3989a0fa009fff63c315759006560c91c13 (diff)
caif: Fix recieve/receive typo
Just spelling fixes. Actually, a twofer with vaiables/variables as well. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/caif')
-rw-r--r--drivers/net/caif/caif_hsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/caif/caif_hsi.c b/drivers/net/caif/caif_hsi.c
index 7a8ce61234a..016108a3b1c 100644
--- a/drivers/net/caif/caif_hsi.c
+++ b/drivers/net/caif/caif_hsi.c
@@ -988,7 +988,7 @@ int cfhsi_probe(struct platform_device *pdev)
988 goto err_alloc_rx; 988 goto err_alloc_rx;
989 } 989 }
990 990
991 /* Initialize recieve vaiables. */ 991 /* Initialize receive variables. */
992 cfhsi->rx_ptr = cfhsi->rx_buf; 992 cfhsi->rx_ptr = cfhsi->rx_buf;
993 cfhsi->rx_len = CFHSI_DESC_SZ; 993 cfhsi->rx_len = CFHSI_DESC_SZ;
994 994