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>
This commit is contained in:
parent
7a0f94361f
commit
1b54b0756f
|
@ -297,7 +297,7 @@ static inline const char *phy_modes(phy_interface_t interface)
|
||||||
*
|
*
|
||||||
* Description: maps RGMII supported link speeds into the clock rates.
|
* Description: maps RGMII supported link speeds into the clock rates.
|
||||||
* This can also be used for MII, GMII, and RMII interface modes as the
|
* 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.
|
* for unsupported clock rates will not be signalled.
|
||||||
*
|
*
|
||||||
* Returns: clock rate or negative errno
|
* Returns: clock rate or negative errno
|
||||||
|
@ -519,7 +519,7 @@ enum phy_state {
|
||||||
* struct phy_c45_device_ids - 802.3-c45 Device Identifiers
|
* struct phy_c45_device_ids - 802.3-c45 Device Identifiers
|
||||||
* @devices_in_package: IEEE 802.3 devices in package register value.
|
* @devices_in_package: IEEE 802.3 devices in package register value.
|
||||||
* @mmds_present: bit vector of MMDs present.
|
* @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 {
|
struct phy_c45_device_ids {
|
||||||
u32 devices_in_package;
|
u32 devices_in_package;
|
||||||
|
|
|
@ -1797,7 +1797,7 @@ exit:
|
||||||
* @b: bearer where the message has been received
|
* @b: bearer where the message has been received
|
||||||
*
|
*
|
||||||
* If the decryption is successful, the decrypted skb is returned directly or
|
* 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().
|
* before forwarding to tipc_rcv() via the tipc_crypto_rcv_complete().
|
||||||
* Otherwise, the skb will be freed!
|
* Otherwise, the skb will be freed!
|
||||||
* Note: RX key(s) can be re-aligned, or in case of no key suitable, TX
|
* Note: RX key(s) can be re-aligned, or in case of no key suitable, TX
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
* @conn_idr: identifier set of connection
|
* @conn_idr: identifier set of connection
|
||||||
* @idr_lock: protect the connection identifier set
|
* @idr_lock: protect the connection identifier set
|
||||||
* @idr_in_use: amount of allocated identifier entry
|
* @idr_in_use: amount of allocated identifier entry
|
||||||
* @net: network namspace instance
|
* @net: network namespace instance
|
||||||
* @awork: accept work item
|
* @awork: accept work item
|
||||||
* @rcv_wq: receive workqueue
|
* @rcv_wq: receive workqueue
|
||||||
* @send_wq: send workqueue
|
* @send_wq: send workqueue
|
||||||
|
@ -83,7 +83,7 @@ struct tipc_topsrv {
|
||||||
* @sock: socket handler associated with connection
|
* @sock: socket handler associated with connection
|
||||||
* @flags: indicates connection state
|
* @flags: indicates connection state
|
||||||
* @server: pointer to connected server
|
* @server: pointer to connected server
|
||||||
* @sub_list: lsit to all pertaing subscriptions
|
* @sub_list: list to all pertaining subscriptions
|
||||||
* @sub_lock: lock protecting the subscription list
|
* @sub_lock: lock protecting the subscription list
|
||||||
* @rwork: receive work item
|
* @rwork: receive work item
|
||||||
* @outqueue: pointer to first outbound message in queue
|
* @outqueue: pointer to first outbound message in queue
|
||||||
|
|
Loading…
Reference in New Issue