diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-01-07 21:58:06 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-07 15:06:07 +0100 |
commit | 8faaaead62c3c7394fa6302303ce70e484b509ba (patch) | |
tree | ca56352b1313ccbbc3846e132ab1209b50c85e65 /net | |
parent | 97e81acd31de184af22b78c4977a66f40ca1efa3 (diff) |
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')
-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 27b313befc35..3e53c1e029dc 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) { |