[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1535963806-27142-1-git-send-email-zhenbo.gao@windriver.com>
Date: Mon, 3 Sep 2018 16:36:45 +0800
From: Zhenbo Gao <zhenbo.gao@...driver.com>
To: <jon.maloy@...csson.com>, <davem@...emloft.net>
CC: <tipc-discussion@...ts.sourceforge.net>, <netdev@...r.kernel.org>,
<ying.xue@...driver.com>, <yue.tao@...driver.com>
Subject: [PATCH net-next 1/2] tipc: correct spelling errors for struct tipc_bc_base's comment
Trivial fix for two spelling mistakes.
Signed-off-by: Zhenbo Gao <zhenbo.gao@...driver.com>
Reviewed-by: Ying Xue <ying.xue@...driver.com>
---
net/tipc/bcast.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index 9ee6cfe..d802654 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -51,12 +51,12 @@
* struct tipc_bc_base - base structure for keeping broadcast send state
* @link: broadcast send link structure
* @inputq: data input queue; will only carry SOCK_WAKEUP messages
- * @dest: array keeping number of reachable destinations per bearer
+ * @dests: array keeping number of reachable destinations per bearer
* @primary_bearer: a bearer having links to all broadcast destinations, if any
* @bcast_support: indicates if primary bearer, if any, supports broadcast
* @rcast_support: indicates if all peer nodes support replicast
* @rc_ratio: dest count as percentage of cluster size where send method changes
- * @bc_threshold: calculated drom rc_ratio; if dests > threshold use broadcast
+ * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast
*/
struct tipc_bc_base {
struct tipc_link *link;
--
1.9.1
Powered by blists - more mailing lists