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 |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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!
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 --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
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(-)