aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/node.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index e01e2c71b5a1..c7985b2cb759 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -950,7 +950,7 @@ static void tipc_node_fsm_evt(struct tipc_node *n, int evt)
950 state = SELF_UP_PEER_UP; 950 state = SELF_UP_PEER_UP;
951 break; 951 break;
952 case SELF_LOST_CONTACT_EVT: 952 case SELF_LOST_CONTACT_EVT:
953 state = SELF_DOWN_PEER_LEAVING; 953 state = SELF_DOWN_PEER_DOWN;
954 break; 954 break;
955 case SELF_ESTABL_CONTACT_EVT: 955 case SELF_ESTABL_CONTACT_EVT:
956 case PEER_LOST_CONTACT_EVT: 956 case PEER_LOST_CONTACT_EVT:
@@ -969,7 +969,7 @@ static void tipc_node_fsm_evt(struct tipc_node *n, int evt)
969 state = SELF_UP_PEER_UP; 969 state = SELF_UP_PEER_UP;
970 break; 970 break;
971 case PEER_LOST_CONTACT_EVT: 971 case PEER_LOST_CONTACT_EVT:
972 state = SELF_LEAVING_PEER_DOWN; 972 state = SELF_DOWN_PEER_DOWN;
973 break; 973 break;
974 case SELF_LOST_CONTACT_EVT: 974 case SELF_LOST_CONTACT_EVT:
975 case PEER_ESTABL_CONTACT_EVT: 975 case PEER_ESTABL_CONTACT_EVT: