Skip to content

Commit 963a185

Browse files
shemmingerdavem330
authored andcommitted
tipc: spelling fixes
Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent db9c7c3 commit 963a185

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

net/tipc/bearer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ void tipc_disable_l2_media(struct tipc_bearer *b)
473473
/**
474474
* tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface
475475
* @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
477477
* @dest: peer destination address
478478
*/
479479
int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b,

net/tipc/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* @usr_data: user-specified field
5656
* @rx_action: what to do when connection socket is active
5757
* @outqueue: pointer to first outbound message in queue
58-
* @outqueue_lock: controll access to the outqueue
58+
* @outqueue_lock: control access to the outqueue
5959
* @outqueue: list of connection objects for its server
6060
* @swork: send work item
6161
*/

net/tipc/subscr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
/**
4343
* struct tipc_subscriber - TIPC network topology subscriber
4444
* @conid: connection identifier to server connecting to subscriber
45-
* @lock: controll access to subscriber
45+
* @lock: control access to subscriber
4646
* @subscription_list: list of subscription objects for this subscriber
4747
*/
4848
struct tipc_subscriber {

0 commit comments

Comments
 (0)