* [PATCH] net: doc: Fix typos in docs
@ 2025-10-01 6:41 Bhanu Seshu Kumar Valluri
2025-10-01 10:28 ` Tung Quang Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Bhanu Seshu Kumar Valluri @ 2025-10-01 6:41 UTC (permalink / raw)
To: Andrew Lunn, Heiner Kallweit, Russell King, Jon Maloy, davem,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman
Cc: netdev, linux-kernel, tipc-discussion, linux-kernel-mentees,
skhan, david.hunter.linux, bhanuseshukumar
Fix typos in doc comments.
Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.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/include/linux/phy.h b/include/linux/phy.h
index bb45787d8684..de786fc2169b 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -292,7 +292,7 @@ static inline const char *phy_modes(phy_interface_t interface)
*
* Description: maps RGMII supported link speeds into the clock rates.
* This can also be used for MII, GMII, and RMII interface modes as the
- * clock rates are indentical, but the caller must be aware that errors
+ * clock rates are identical, but the caller must be aware that errors
* for unsupported clock rates will not be signalled.
*
* Returns: clock rate or negative errno
@@ -514,7 +514,7 @@ enum phy_state {
* struct phy_c45_device_ids - 802.3-c45 Device Identifiers
* @devices_in_package: IEEE 802.3 devices in package register value.
* @mmds_present: bit vector of MMDs present.
- * @device_ids: The device identifer for each present device.
+ * @device_ids: The device identifier for each present device.
*/
struct phy_c45_device_ids {
u32 devices_in_package;
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
* @sub_lock: lock protecting the subscription list
* @rwork: receive work item
* @outqueue: pointer to first outbound message in queue
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] net: doc: Fix typos in docs
2025-10-01 6:41 [PATCH] net: doc: Fix typos in docs Bhanu Seshu Kumar Valluri
@ 2025-10-01 10:28 ` Tung Quang Nguyen
2025-10-01 11:05 ` Bhanu Seshu Kumar Valluri
0 siblings, 1 reply; 3+ messages in thread
From: Tung Quang Nguyen @ 2025-10-01 10:28 UTC (permalink / raw)
To: Bhanu Seshu Kumar Valluri
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
tipc-discussion@lists.sourceforge.net,
linux-kernel-mentees@lists.linuxfoundation.org,
skhan@linuxfoundation.org, david.hunter.linux@gmail.com,
Andrew Lunn, Heiner Kallweit, Russell King, Jon Maloy,
davem@davemloft.net, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Simon Horman
>Subject: [PATCH] net: doc: Fix typos in docs
>
>Fix typos in doc comments.
>
>Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: doc: Fix typos in docs
2025-10-01 10:28 ` Tung Quang Nguyen
@ 2025-10-01 11:05 ` Bhanu Seshu Kumar Valluri
0 siblings, 0 replies; 3+ messages in thread
From: Bhanu Seshu Kumar Valluri @ 2025-10-01 11:05 UTC (permalink / raw)
To: Tung Quang Nguyen
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
tipc-discussion@lists.sourceforge.net,
linux-kernel-mentees@lists.linuxfoundation.org,
skhan@linuxfoundation.org, david.hunter.linux@gmail.com,
Andrew Lunn, Heiner Kallweit, Russell King, Jon Maloy,
davem@davemloft.net, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Simon Horman
On 01/10/25 15:58, Tung Quang Nguyen wrote:
>> * @server: pointer to connected server
>> - * @sub_list: lsit to all pertaing subscriptions
>> + * @sub_list: list to all pertaing subscriptions
> Replace "pertaing" with "pertaining"
>
v2 patch is sent fixing the "pertaing" spelling.
Thanks.
>> * @sub_lock: lock protecting the subscription list
>> * @rwork: receive work item
>> * @outqueue: pointer to first outbound message in queue
>> --
>> 2.34.1
>>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-01 11:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 6:41 [PATCH] net: doc: Fix typos in docs Bhanu Seshu Kumar Valluri
2025-10-01 10:28 ` Tung Quang Nguyen
2025-10-01 11:05 ` Bhanu Seshu Kumar Valluri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox