From patchwork Fri Jun 24 17:59:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: caif: Fix recieve/receive typo From: Joe Perches X-Patchwork-Id: 101842 Message-Id: <661bd38a1d84b746ad6879baf83b3a98c93676e6.1308938176.git.joe@perches.com> To: Sjur Braendeland Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 24 Jun 2011 10:59:19 -0700 Just spelling fixes. Actually, a twofer with vaiables/variables as well. Signed-off-by: Joe Perches --- Remainder patch. Jiri doesn't track -next. drivers/net/caif/caif_hsi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 1.7.6.rc3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/caif/caif_hsi.c b/drivers/net/caif/caif_hsi.c index 7a8ce612..fda0b1f 100644 --- a/drivers/net/caif/caif_hsi.c +++ b/drivers/net/caif/caif_hsi.c @@ -988,8 +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; --