Loading net/tipc/bearer.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -473,7 +473,7 @@ void tipc_disable_l2_media(struct tipc_bearer *b) /** /** * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface * @buf: the packet to be sent * @buf: the packet to be sent * @b_ptr: the bearer throught which the packet is to be sent * @b_ptr: the bearer through which the packet is to be sent * @dest: peer destination address * @dest: peer destination address */ */ int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, Loading net/tipc/server.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ * @usr_data: user-specified field * @usr_data: user-specified field * @rx_action: what to do when connection socket is active * @rx_action: what to do when connection socket is active * @outqueue: pointer to first outbound message in queue * @outqueue: pointer to first outbound message in queue * @outqueue_lock: controll access to the outqueue * @outqueue_lock: control access to the outqueue * @outqueue: list of connection objects for its server * @outqueue: list of connection objects for its server * @swork: send work item * @swork: send work item */ */ Loading net/tipc/subscr.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -42,7 +42,7 @@ /** /** * struct tipc_subscriber - TIPC network topology subscriber * struct tipc_subscriber - TIPC network topology subscriber * @conid: connection identifier to server connecting to subscriber * @conid: connection identifier to server connecting to subscriber * @lock: controll access to subscriber * @lock: control access to subscriber * @subscription_list: list of subscription objects for this subscriber * @subscription_list: list of subscription objects for this subscriber */ */ struct tipc_subscriber { struct tipc_subscriber { Loading Loading
net/tipc/bearer.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -473,7 +473,7 @@ void tipc_disable_l2_media(struct tipc_bearer *b) /** /** * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface * @buf: the packet to be sent * @buf: the packet to be sent * @b_ptr: the bearer throught which the packet is to be sent * @b_ptr: the bearer through which the packet is to be sent * @dest: peer destination address * @dest: peer destination address */ */ int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, Loading
net/tipc/server.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -55,7 +55,7 @@ * @usr_data: user-specified field * @usr_data: user-specified field * @rx_action: what to do when connection socket is active * @rx_action: what to do when connection socket is active * @outqueue: pointer to first outbound message in queue * @outqueue: pointer to first outbound message in queue * @outqueue_lock: controll access to the outqueue * @outqueue_lock: control access to the outqueue * @outqueue: list of connection objects for its server * @outqueue: list of connection objects for its server * @swork: send work item * @swork: send work item */ */ Loading
net/tipc/subscr.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -42,7 +42,7 @@ /** /** * struct tipc_subscriber - TIPC network topology subscriber * struct tipc_subscriber - TIPC network topology subscriber * @conid: connection identifier to server connecting to subscriber * @conid: connection identifier to server connecting to subscriber * @lock: controll access to subscriber * @lock: control access to subscriber * @subscription_list: list of subscription objects for this subscriber * @subscription_list: list of subscription objects for this subscriber */ */ struct tipc_subscriber { struct tipc_subscriber { Loading