Loading net/tipc/link.c +1 −1 Original line number Diff line number Diff line Loading @@ -1260,7 +1260,7 @@ static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb, pr_warn("Dropping received illegal msg type\n"); kfree_skb(skb); return true; }; } } /* tipc_link_input - process packet that has passed link protocol check Loading net/tipc/node.c +1 −1 Original line number Diff line number Diff line Loading @@ -1638,7 +1638,7 @@ static void tipc_lxc_xmit(struct net *peer_net, struct sk_buff_head *list) return; default: return; }; } } /** Loading Loading
net/tipc/link.c +1 −1 Original line number Diff line number Diff line Loading @@ -1260,7 +1260,7 @@ static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb, pr_warn("Dropping received illegal msg type\n"); kfree_skb(skb); return true; }; } } /* tipc_link_input - process packet that has passed link protocol check Loading
net/tipc/node.c +1 −1 Original line number Diff line number Diff line Loading @@ -1638,7 +1638,7 @@ static void tipc_lxc_xmit(struct net *peer_net, struct sk_buff_head *list) return; default: return; }; } } /** Loading