File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ void tipc_disable_l2_media(struct tipc_bearer *b)
473
473
/**
474
474
* tipc_l2_send_msg - send a TIPC packet out over an Ethernet interface
475
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
477
* @dest: peer destination address
478
478
*/
479
479
int tipc_l2_send_msg (struct sk_buff * buf , struct tipc_bearer * b ,
Original file line number Diff line number Diff line change 55
55
* @usr_data: user-specified field
56
56
* @rx_action: what to do when connection socket is active
57
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
59
* @outqueue: list of connection objects for its server
60
60
* @swork: send work item
61
61
*/
Original file line number Diff line number Diff line change 42
42
/**
43
43
* struct tipc_subscriber - TIPC network topology subscriber
44
44
* @conid: connection identifier to server connecting to subscriber
45
- * @lock: controll access to subscriber
45
+ * @lock: control access to subscriber
46
46
* @subscription_list: list of subscription objects for this subscriber
47
47
*/
48
48
struct tipc_subscriber {
You can’t perform that action at this time.
0 commit comments