diff options
Diffstat (limited to 'net')
-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) { |