lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Tue,  2 Jan 2024 09:34:35 +0800
From: zheng tan <tanzheng@...inos.cn>
To: jmaloy@...hat.com,
	ying.xue@...driver.com
Cc: davem@...emloft.net,
	edumazet@...gle.com,
	kuba@...nel.org,
	pabeni@...hat.com,
	netdev@...r.kernel.org,
	tipc-discussion@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org,
	Zheng tan <tanzheng@...inos.cn>,
	k2ci <kernel-bot@...inos.cn>
Subject: [PATCH 1/5] net: tipc: fix spelling typo in comment

From: Zheng tan <tanzheng@...inos.cn>

fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@...inos.cn>
Signed-off-by: Zheng tan <tanzheng@...inos.cn>
---
 net/tipc/name_table.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c
index d1180370fdf4..3c9a07f272ee 100644
--- a/net/tipc/name_table.c
+++ b/net/tipc/name_table.c
@@ -620,7 +620,7 @@ bool tipc_nametbl_lookup_anycast(struct net *net,
 	return res;
 }
 
-/* tipc_nametbl_lookup_group(): lookup destinaton(s) in a communication group
+/* tipc_nametbl_lookup_group(): lookup destination(s) in a communication group
  * Returns a list of one (== group anycast) or more (== group multicast)
  * destination socket/node pairs matching the given address.
  * The requester may or may not want to exclude himself from the list.
@@ -667,7 +667,7 @@ bool tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua,
 	return !list_empty(dsts);
 }
 
-/* tipc_nametbl_lookup_mcast_sockets(): look up node local destinaton sockets
+/* tipc_nametbl_lookup_mcast_sockets(): look up node local destination sockets
  *                                      matching the given address
  * Used on nodes which have received a multicast/broadcast message
  * Returns a list of local sockets
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ