Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
From: Stefan Schmidt <s.schmidt@samsung.com>
To: linux-wpan@vger.kernel.org
Cc: Alexander Aring <alex.aring@gmail.com>,
	Stefan Schmidt <s.schmidt@samsung.com>,
	Alan Ott <alan@signal11.us>
Subject: [PATCH bluetooth-next 5/6] ieee802154/mrf24j40: Fix typo begining -> beginning
Date: Fri, 12 Dec 2014 12:45:32 +0100	[thread overview]
Message-ID: <1418384733-315-6-git-send-email-s.schmidt@samsung.com> (raw)
In-Reply-To: <1418384733-315-1-git-send-email-s.schmidt@samsung.com>

CC: Alan Ott <alan@signal11.us>
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
---
 drivers/net/ieee802154/mrf24j40.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ieee802154/mrf24j40.c b/drivers/net/ieee802154/mrf24j40.c
index a200fa1..ec605c9 100644
--- a/drivers/net/ieee802154/mrf24j40.c
+++ b/drivers/net/ieee802154/mrf24j40.c
@@ -289,7 +289,7 @@ static int mrf24j40_read_rx_buf(struct mrf24j40 *devrec,
 		goto out;
 
 	/* Range check the RX FIFO length, accounting for the one-byte
-	 * length field at the begining. */
+	 * length field at the beginning. */
 	if (rx_len > RX_FIFO_SIZE-1) {
 		dev_err(printdev(devrec), "Invalid length read from device. Performing short read.\n");
 		rx_len = RX_FIFO_SIZE-1;
-- 
1.9.3


  parent reply	other threads:[~2014-12-12 11:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-12 11:45 [PATCH bluetooth-next 0/6] Various coding style cleanups and typo fixes Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 1/6] ieee802154/at86rf230: Remove unneeded blank lines Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 2/6] ieee802154/at86rf230: Align to opening parenthesis Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 3/6] ieee802154/at86rf230: Fix typo unkown -> unknown Stefan Schmidt
2014-12-12 11:45 ` [PATCH bluetooth-next 4/6] ieee802154/cc2520: Remove extra blank lines Stefan Schmidt
2014-12-12 11:45 ` Stefan Schmidt [this message]
2014-12-12 11:45 ` [PATCH bluetooth-next 6/6] ieee802154/mrf24j40: Fix alignment of parenthesis Stefan Schmidt
2014-12-12 15:11 ` [PATCH bluetooth-next 0/6] Various coding style cleanups and typo fixes Alexander Aring
2014-12-18 23:21 ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418384733-315-6-git-send-email-s.schmidt@samsung.com \
    --to=s.schmidt@samsung.com \
    --cc=alan@signal11.us \
    --cc=alex.aring@gmail.com \
    --cc=linux-wpan@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox