summaryrefslogtreecommitdiff
path: root/net/nfc
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-01-07 12:58:06 (GMT)
committerJiri Kosina <jkosina@suse.cz>2014-01-07 14:06:07 (GMT)
commit8faaaead62c3c7394fa6302303ce70e484b509ba (patch)
treeca56352b1313ccbbc3846e132ab1209b50c85e65 /net/nfc
parent97e81acd31de184af22b78c4977a66f40ca1efa3 (diff)
downloadlinux-8faaaead62c3c7394fa6302303ce70e484b509ba.tar.xz
treewide: fix comments and printk msgs
This patch fixed several typo in printk from various part of kernel source. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/hci/llc_shdlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/llc_shdlc.c b/net/nfc/hci/llc_shdlc.c
index 27b313b..3e53c1e 100644
--- a/net/nfc/hci/llc_shdlc.c
+++ b/net/nfc/hci/llc_shdlc.c
@@ -300,7 +300,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
{
struct sk_buff *skb;
- pr_debug("remote asks retransmition from frame %d\n", y_nr);
+ pr_debug("remote asks retransmission from frame %d\n", y_nr);
if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) {
if (shdlc->t2_active) {