]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
isdn: Fix typo in isdn_ppp.c
authorMasanari Iida <standby24x7@gmail.com>
Sat, 11 Feb 2012 01:49:28 +0000 (01:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2012 05:47:40 +0000 (00:47 -0500)
Correct spelling "reseting" to "resetting" in
drivers/isdn/i4l/isdn_ppp.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/i4l/isdn_ppp.c

index 1b002b0002a4eed4815db25d8dc98000115b8fd0..e38f674a7bd326fe9ff1409be612e5260649ad63 100644 (file)
@@ -1156,7 +1156,7 @@ isdn_ppp_push_higher(isdn_net_dev * net_dev, isdn_net_local * lp, struct sk_buff
        if (!(is->active_filter
              && sk_run_filter(skb, is->active_filter) == 0)) {
                if (is->debug & 0x2)
-                       printk(KERN_DEBUG "IPPP: link-active filter: reseting huptimer.\n");
+                       printk(KERN_DEBUG "IPPP: link-active filter: resetting huptimer.\n");
                lp->huptimer = 0;
                if (mlp)
                        mlp->huptimer = 0;
@@ -1302,7 +1302,7 @@ isdn_ppp_xmit(struct sk_buff *skb, struct net_device *netdev)
        if (!(ipt->active_filter
              && sk_run_filter(skb, ipt->active_filter) == 0)) {
                if (ipt->debug & 0x4)
-                       printk(KERN_DEBUG "IPPP: link-active filter: reseting huptimer.\n");
+                       printk(KERN_DEBUG "IPPP: link-active filter: resetting huptimer.\n");
                lp->huptimer = 0;
        }
        skb_pull(skb, 4);