RE: [PATCH] net: doc: Fix typos in docs
From: Tung Quang Nguyen <hidden>
Date: 2025-10-01 10:28:14
Also in:
linux-kernel-mentees, lkml
quoted hunk ↗ jump to hunk
Subject: [PATCH] net: doc: Fix typos in docs Fix typos in doc comments. Signed-off-by: Bhanu Seshu Kumar Valluri <redacted> --- 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 indexea5bb131ebd0..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