diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/tipc/bearer.c | 2 | ||||
| -rw-r--r-- | net/tipc/server.c | 2 | ||||
| -rw-r--r-- | net/tipc/subscr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c index 2d456ab0e843..a38c89969c68 100644 --- a/net/tipc/bearer.c +++ b/net/tipc/bearer.c | |||
| @@ -473,7 +473,7 @@ void tipc_disable_l2_media(struct tipc_bearer *b) | |||
| 473 | /** | 473 | /** |
| 474 | * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface | 474 | * tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface |
| 475 | * @buf: the packet to be sent | 475 | * @buf: the packet to be sent |
| 476 | * @b_ptr: the bearer throught which the packet is to be sent | 476 | * @b_ptr: the bearer through which the packet is to be sent |
| 477 | * @dest: peer destination address | 477 | * @dest: peer destination address |
| 478 | */ | 478 | */ |
| 479 | int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, | 479 | int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, |
diff --git a/net/tipc/server.c b/net/tipc/server.c index fd3fa57a410e..b635ca347a87 100644 --- a/net/tipc/server.c +++ b/net/tipc/server.c | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | * @usr_data: user-specified field | 55 | * @usr_data: user-specified field |
| 56 | * @rx_action: what to do when connection socket is active | 56 | * @rx_action: what to do when connection socket is active |
| 57 | * @outqueue: pointer to first outbound message in queue | 57 | * @outqueue: pointer to first outbound message in queue |
| 58 | * @outqueue_lock: controll access to the outqueue | 58 | * @outqueue_lock: control access to the outqueue |
| 59 | * @outqueue: list of connection objects for its server | 59 | * @outqueue: list of connection objects for its server |
| 60 | * @swork: send work item | 60 | * @swork: send work item |
| 61 | */ | 61 | */ |
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c index d38bb45d82e9..7cb0bd5b1176 100644 --- a/net/tipc/subscr.c +++ b/net/tipc/subscr.c | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | /** | 42 | /** |
| 43 | * struct tipc_subscriber - TIPC network topology subscriber | 43 | * struct tipc_subscriber - TIPC network topology subscriber |
| 44 | * @conid: connection identifier to server connecting to subscriber | 44 | * @conid: connection identifier to server connecting to subscriber |
| 45 | * @lock: controll access to subscriber | 45 | * @lock: control access to subscriber |
| 46 | * @subscription_list: list of subscription objects for this subscriber | 46 | * @subscription_list: list of subscription objects for this subscriber |
| 47 | */ | 47 | */ |
| 48 | struct tipc_subscriber { | 48 | struct tipc_subscriber { |
