summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBhanu Seshu Kumar Valluri <bhanuseshukumar@gmail.com>2025-10-01 13:57:15 +0300
committerJakub Kicinski <kuba@kernel.org>2025-10-03 20:24:14 +0300
commit1b54b0756f051c11f5a5d0fbc1581e0b9a18e2bc (patch)
tree941abec2694501b823f3a31950cb6690cd95cddc /include/linux
parent7a0f94361ffd6e1d31c79023e8674b492bef05e3 (diff)
downloadlinux-1b54b0756f051c11f5a5d0fbc1581e0b9a18e2bc.tar.xz
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>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/phy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 7a54a8b4d277..3c7634482356 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -297,7 +297,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
@@ -519,7 +519,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;