Skip to content

Commit 1b54b07

Browse files
bhanuseshukumarkuba-moo
authored andcommitted
net: doc: Fix typos in docs
Fix typos in doc comments. Signed-off-by: Bhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.com> Link: https://patch.msgid.link/20251001105715.50462-1-bhanuseshukumar@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 7a0f943 commit 1b54b07

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

include/linux/phy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ static inline const char *phy_modes(phy_interface_t interface)
297297
*
298298
* Description: maps RGMII supported link speeds into the clock rates.
299299
* This can also be used for MII, GMII, and RMII interface modes as the
300-
* clock rates are indentical, but the caller must be aware that errors
300+
* clock rates are identical, but the caller must be aware that errors
301301
* for unsupported clock rates will not be signalled.
302302
*
303303
* Returns: clock rate or negative errno
@@ -519,7 +519,7 @@ enum phy_state {
519519
* struct phy_c45_device_ids - 802.3-c45 Device Identifiers
520520
* @devices_in_package: IEEE 802.3 devices in package register value.
521521
* @mmds_present: bit vector of MMDs present.
522-
* @device_ids: The device identifer for each present device.
522+
* @device_ids: The device identifier for each present device.
523523
*/
524524
struct phy_c45_device_ids {
525525
u32 devices_in_package;

net/tipc/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@ int tipc_crypto_xmit(struct net *net, struct sk_buff **skb,
17971797
* @b: bearer where the message has been received
17981798
*
17991799
* If the decryption is successful, the decrypted skb is returned directly or
1800-
* as the callback, the encryption header and auth tag will be trimed out
1800+
* as the callback, the encryption header and auth tag will be trimmed out
18011801
* before forwarding to tipc_rcv() via the tipc_crypto_rcv_complete().
18021802
* Otherwise, the skb will be freed!
18031803
* Note: RX key(s) can be re-aligned, or in case of no key suitable, TX

net/tipc/topsrv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* @conn_idr: identifier set of connection
5858
* @idr_lock: protect the connection identifier set
5959
* @idr_in_use: amount of allocated identifier entry
60-
* @net: network namspace instance
60+
* @net: network namespace instance
6161
* @awork: accept work item
6262
* @rcv_wq: receive workqueue
6363
* @send_wq: send workqueue
@@ -83,7 +83,7 @@ struct tipc_topsrv {
8383
* @sock: socket handler associated with connection
8484
* @flags: indicates connection state
8585
* @server: pointer to connected server
86-
* @sub_list: lsit to all pertaing subscriptions
86+
* @sub_list: list to all pertaining subscriptions
8787
* @sub_lock: lock protecting the subscription list
8888
* @rwork: receive work item
8989
* @outqueue: pointer to first outbound message in queue

0 commit comments

Comments
 (0)