diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-04-03 09:31:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-04 01:25:10 -0400 |
commit | 95b8fbada76d978ce13a26785f8b85ff54478bb2 (patch) | |
tree | 32e2a83f695875abad573497320ee8a9d4e0b547 /drivers/isdn | |
parent | 8f7b01a178b8e6a7b663a1bbaa1710756d67b69b (diff) |
mISDN: fix "persistant" typo
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/mISDN/layer2.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/isdn/mISDN/layer2.c b/drivers/isdn/mISDN/layer2.c index 4ae75053c9d2..9e1610f40e16 100644 --- a/drivers/isdn/mISDN/layer2.c +++ b/drivers/isdn/mISDN/layer2.c | |||
@@ -1640,7 +1640,7 @@ l2_tei_remove(struct FsmInst *fi, int event, void *arg) | |||
1640 | } | 1640 | } |
1641 | 1641 | ||
1642 | static void | 1642 | static void |
1643 | l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg) | 1643 | l2_st14_persistent_da(struct FsmInst *fi, int event, void *arg) |
1644 | { | 1644 | { |
1645 | struct layer2 *l2 = fi->userdata; | 1645 | struct layer2 *l2 = fi->userdata; |
1646 | struct sk_buff *skb = arg; | 1646 | struct sk_buff *skb = arg; |
@@ -1654,7 +1654,7 @@ l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg) | |||
1654 | } | 1654 | } |
1655 | 1655 | ||
1656 | static void | 1656 | static void |
1657 | l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg) | 1657 | l2_st5_persistent_da(struct FsmInst *fi, int event, void *arg) |
1658 | { | 1658 | { |
1659 | struct layer2 *l2 = fi->userdata; | 1659 | struct layer2 *l2 = fi->userdata; |
1660 | struct sk_buff *skb = arg; | 1660 | struct sk_buff *skb = arg; |
@@ -1671,7 +1671,7 @@ l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg) | |||
1671 | } | 1671 | } |
1672 | 1672 | ||
1673 | static void | 1673 | static void |
1674 | l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg) | 1674 | l2_st6_persistent_da(struct FsmInst *fi, int event, void *arg) |
1675 | { | 1675 | { |
1676 | struct layer2 *l2 = fi->userdata; | 1676 | struct layer2 *l2 = fi->userdata; |
1677 | struct sk_buff *skb = arg; | 1677 | struct sk_buff *skb = arg; |
@@ -1685,7 +1685,7 @@ l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg) | |||
1685 | } | 1685 | } |
1686 | 1686 | ||
1687 | static void | 1687 | static void |
1688 | l2_persistant_da(struct FsmInst *fi, int event, void *arg) | 1688 | l2_persistent_da(struct FsmInst *fi, int event, void *arg) |
1689 | { | 1689 | { |
1690 | struct layer2 *l2 = fi->userdata; | 1690 | struct layer2 *l2 = fi->userdata; |
1691 | struct sk_buff *skb = arg; | 1691 | struct sk_buff *skb = arg; |
@@ -1829,14 +1829,14 @@ static struct FsmNode L2FnList[] = | |||
1829 | {ST_L2_6, EV_L2_FRAME_ERROR, l2_frame_error}, | 1829 | {ST_L2_6, EV_L2_FRAME_ERROR, l2_frame_error}, |
1830 | {ST_L2_7, EV_L2_FRAME_ERROR, l2_frame_error_reest}, | 1830 | {ST_L2_7, EV_L2_FRAME_ERROR, l2_frame_error_reest}, |
1831 | {ST_L2_8, EV_L2_FRAME_ERROR, l2_frame_error_reest}, | 1831 | {ST_L2_8, EV_L2_FRAME_ERROR, l2_frame_error_reest}, |
1832 | {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistant_da}, | 1832 | {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistent_da}, |
1833 | {ST_L2_2, EV_L1_DEACTIVATE, l2_st24_tei_remove}, | 1833 | {ST_L2_2, EV_L1_DEACTIVATE, l2_st24_tei_remove}, |
1834 | {ST_L2_3, EV_L1_DEACTIVATE, l2_st3_tei_remove}, | 1834 | {ST_L2_3, EV_L1_DEACTIVATE, l2_st3_tei_remove}, |
1835 | {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistant_da}, | 1835 | {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistent_da}, |
1836 | {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistant_da}, | 1836 | {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistent_da}, |
1837 | {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistant_da}, | 1837 | {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistent_da}, |
1838 | {ST_L2_7, EV_L1_DEACTIVATE, l2_persistant_da}, | 1838 | {ST_L2_7, EV_L1_DEACTIVATE, l2_persistent_da}, |
1839 | {ST_L2_8, EV_L1_DEACTIVATE, l2_persistant_da}, | 1839 | {ST_L2_8, EV_L1_DEACTIVATE, l2_persistent_da}, |
1840 | }; | 1840 | }; |
1841 | 1841 | ||
1842 | static int | 1842 | static int |