diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-12 08:06:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-14 20:11:26 -0500 |
commit | 88bfe6ea001d9915a3ad57f30a1b2826ef4e5890 (patch) | |
tree | 1ab609fea76747744d1c80f9c51f9af4a0166191 /net/nfc/hci | |
parent | f1870559640938ed978bf7a003f790a86d5ecf75 (diff) |
net: Spelling s/transmition/transmission/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/nfc/hci')
-rw-r--r-- | net/nfc/hci/llc_shdlc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/llc_shdlc.c b/net/nfc/hci/llc_shdlc.c index 719ad0ac40de..401c7e255273 100644 --- a/net/nfc/hci/llc_shdlc.c +++ b/net/nfc/hci/llc_shdlc.c | |||
@@ -298,7 +298,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr) | |||
298 | { | 298 | { |
299 | struct sk_buff *skb; | 299 | struct sk_buff *skb; |
300 | 300 | ||
301 | pr_debug("remote asks retransmition from frame %d\n", y_nr); | 301 | pr_debug("remote asks retransmission from frame %d\n", y_nr); |
302 | 302 | ||
303 | if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) { | 303 | if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) { |
304 | if (shdlc->t2_active) { | 304 | if (shdlc->t2_active) { |