diff mbox series

net: phy: correct spelling error of media in documentation

Message ID 20220309062544.3073-1-colin.foster@in-advantage.com (mailing list archive)
State Accepted
Commit 26183cfe478c1d1d5cd1e3920a4b2c5b1980849d
Headers show
Series net: phy: correct spelling error of media in documentation | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Colin Foster March 9, 2022, 6:25 a.m. UTC
The header file incorrectly referenced "median-independant interface"
instead of media. Correct this typo.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Fixes: 4069a572d423 ("net: phy: Document core PHY structures")
---
 include/linux/phy.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Russell King (Oracle) March 9, 2022, 12:13 a.m. UTC | #1
On Tue, Mar 08, 2022 at 10:25:44PM -0800, Colin Foster wrote:
> The header file incorrectly referenced "median-independant interface"
> instead of media. Correct this typo.
> 
> Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
> Fixes: 4069a572d423 ("net: phy: Document core PHY structures")

Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

Thanks!
patchwork-bot+netdevbpf@kernel.org March 10, 2022, 10:50 p.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  8 Mar 2022 22:25:44 -0800 you wrote:
> The header file incorrectly referenced "median-independant interface"
> instead of media. Correct this typo.
> 
> Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
> Fixes: 4069a572d423 ("net: phy: Document core PHY structures")
> ---
>  include/linux/phy.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - net: phy: correct spelling error of media in documentation
    https://git.kernel.org/netdev/net/c/26183cfe478c

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/linux/phy.h b/include/linux/phy.h
index cd08cf1a8b0d..1a0ac0bcb65f 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -87,8 +87,8 @@  extern const int phy_10gbit_features_array[1];
  *
  * @PHY_INTERFACE_MODE_NA: Not Applicable - don't touch
  * @PHY_INTERFACE_MODE_INTERNAL: No interface, MAC and PHY combined
- * @PHY_INTERFACE_MODE_MII: Median-independent interface
- * @PHY_INTERFACE_MODE_GMII: Gigabit median-independent interface
+ * @PHY_INTERFACE_MODE_MII: Media-independent interface
+ * @PHY_INTERFACE_MODE_GMII: Gigabit media-independent interface
  * @PHY_INTERFACE_MODE_SGMII: Serial gigabit media-independent interface
  * @PHY_INTERFACE_MODE_TBI: Ten Bit Interface
  * @PHY_INTERFACE_MODE_REVMII: Reverse Media Independent Interface