Skip to content

Commit

Permalink
caif: Fix recieve/receive typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed Jun 29, 2011
1 parent 84cac39 commit 864834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/caif/caif_hsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 864834f

Please sign in to comment.