aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif
diff options
context:
space:
mode:
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 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