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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
 <GV1P189MB198840D92F47A423791FF803C6E6A@GV1P189MB1988.EURP189.PROD.OUTLOOK.COM>
Date: Wed, 1 Oct 2025 10:28:09 +0000
From: Tung Quang Nguyen <tung.quang.nguyen@....tech>
To: Bhanu Seshu Kumar Valluri <bhanuseshukumar@...il.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"tipc-discussion@...ts.sourceforge.net"
	<tipc-discussion@...ts.sourceforge.net>,
	"linux-kernel-mentees@...ts.linuxfoundation.org"
	<linux-kernel-mentees@...ts.linuxfoundation.org>, "skhan@...uxfoundation.org"
	<skhan@...uxfoundation.org>, "david.hunter.linux@...il.com"
	<david.hunter.linux@...il.com>, Andrew Lunn <andrew@...n.ch>, Heiner Kallweit
	<hkallweit1@...il.com>, Russell King <linux@...linux.org.uk>, Jon Maloy
	<jmaloy@...hat.com>, "davem@...emloft.net" <davem@...emloft.net>, Eric
 Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
	<pabeni@...hat.com>, Simon Horman <horms@...nel.org>
Subject: RE: [PATCH] net: doc: Fix typos in docs

>Subject: [PATCH] net: doc: Fix typos in docs
>
>Fix typos in doc comments.
>
>Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@...il.com>
>---
> include/linux/phy.h | 4 ++--
> net/tipc/crypto.c   | 2 +-
> net/tipc/topsrv.c   | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
>diff --git a/net/tipc/crypto.c b/net/tipc/crypto.c index
>ea5bb131ebd0..751904f10aab 100644
>--- a/net/tipc/crypto.c
>+++ b/net/tipc/crypto.c
>@@ -1797,7 +1797,7 @@ int tipc_crypto_xmit(struct net *net, struct sk_buff
>**skb,
>  * @b: bearer where the message has been received
>  *
>  * If the decryption is successful, the decrypted skb is returned directly or
>- * as the callback, the encryption header and auth tag will be trimed out
>+ * as the callback, the encryption header and auth tag will be trimmed
>+ out
>  * before forwarding to tipc_rcv() via the tipc_crypto_rcv_complete().
>  * Otherwise, the skb will be freed!
>  * Note: RX key(s) can be re-aligned, or in case of no key suitable, TX diff --git
>a/net/tipc/topsrv.c b/net/tipc/topsrv.c index ffe577bf6b51..ebe993ebcd48
>100644
>--- a/net/tipc/topsrv.c
>+++ b/net/tipc/topsrv.c
>@@ -57,7 +57,7 @@
>  * @conn_idr: identifier set of connection
>  * @idr_lock: protect the connection identifier set
>  * @idr_in_use: amount of allocated identifier entry
>- * @net: network namspace instance
>+ * @net: network namespace instance
>  * @awork: accept work item
>  * @rcv_wq: receive workqueue
>  * @send_wq: send workqueue
>@@ -83,7 +83,7 @@ struct tipc_topsrv {
>  * @sock: socket handler associated with connection
>  * @flags: indicates connection state
>  * @server: pointer to connected server
>- * @sub_list: lsit to all pertaing subscriptions
>+ * @sub_list: list to all pertaing subscriptions
Replace "pertaing" with "pertaining"

>  * @sub_lock: lock protecting the subscription list
>  * @rwork: receive work item
>  * @outqueue: pointer to first outbound message in queue
>--
>2.34.1
>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ