summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMasanari Iida2014-01-07 13:58:06 +0100
committerJiri Kosina2014-01-07 15:06:07 +0100
commit8faaaead62c3c7394fa6302303ce70e484b509ba (patch)
treeca56352b1313ccbbc3846e132ab1209b50c85e65 /net
parentIXP4xx: remove '1 &&' from a condition check in ixp4xx_restart() (diff)
downloadkernel-qcow2-linux-8faaaead62c3c7394fa6302303ce70e484b509ba.tar.gz
kernel-qcow2-linux-8faaaead62c3c7394fa6302303ce70e484b509ba.tar.xz
kernel-qcow2-linux-8faaaead62c3c7394fa6302303ce70e484b509ba.zip
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.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 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) {