diff options
author | Joe Perches <joe@perches.com> | 2011-06-29 08:52:03 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-29 08:52:03 -0400 |
commit | 864834f935b5311004ebbf0c485dbfd10aa9a546 (patch) | |
tree | b8bd9875ca950494e19eaeaf5d6e278ae92362cf /drivers/net/caif | |
parent | 84cac3989a0fa009fff63c315759006560c91c13 (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.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 7a8ce61234a7..016108a3b1c3 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 | ||