]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tipc: spelling fixes
authorstephen hemminger <stephen@networkplumber.org>
Sun, 12 Jan 2014 20:48:00 +0000 (12:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 02:18:22 +0000 (18:18 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bearer.c
net/tipc/server.c
net/tipc/subscr.c

index 2d456ab0e843af28b83e698cbd5d1b4ad8b5b404..a38c89969c686128df1a556598b248a70eec665f 100644 (file)
@@ -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
  * @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
  */
 int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b,
index fd3fa57a410e18393aa6cc20136fcaa28c0f7e22..b635ca347a870dc55187c221b3df1f2dc295a333 100644 (file)
@@ -55,7 +55,7 @@
  * @usr_data: user-specified field
  * @rx_action: what to do when connection socket is active
  * @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
  * @swork: send work item
  */
index d38bb45d82e99e36e8f5955911942413e26ddead..7cb0bd5b1176872dcd09ca830a8a01c5b1ec37c6 100644 (file)
@@ -42,7 +42,7 @@
 /**
  * struct tipc_subscriber - TIPC network topology 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
  */
 struct tipc_subscriber {