Commit 864834f9 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller

caif: Fix recieve/receive typo

Just spelling fixes.

Actually, a twofer with vaiables/variables as well.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 84cac398
......@@ -988,7 +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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment