* [PATCH net] net: mdio: fix typo in header
@ 2023-11-10 12:05 Marek Behún
2023-11-11 16:36 ` Andrew Lunn
2023-11-13 11:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Marek Behún @ 2023-11-10 12:05 UTC (permalink / raw)
To: netdev; +Cc: Andrew Lunn, Jakub Kicinski, Marek Behún
The quotes symbol in
"EEE "link partner ability 1
should be at the end of the register name
"EEE link partner ability 1"
Signed-off-by: Marek Behún <kabel@kernel.org>
---
include/linux/mdio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mdio.h b/include/linux/mdio.h
index 8fa23bdcedbf..007fd9c3e4b6 100644
--- a/include/linux/mdio.h
+++ b/include/linux/mdio.h
@@ -420,7 +420,7 @@ static inline u32 linkmode_adv_to_mii_t1_adv_m_t(unsigned long *advertising)
* A function that translates value of following registers to the linkmode:
* IEEE 802.3-2018 45.2.3.10 "EEE control and capability 1" register (3.20)
* IEEE 802.3-2018 45.2.7.13 "EEE advertisement 1" register (7.60)
- * IEEE 802.3-2018 45.2.7.14 "EEE "link partner ability 1 register (7.61)
+ * IEEE 802.3-2018 45.2.7.14 "EEE link partner ability 1" register (7.61)
*/
static inline void mii_eee_cap1_mod_linkmode_t(unsigned long *adv, u32 val)
{
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net] net: mdio: fix typo in header
2023-11-10 12:05 [PATCH net] net: mdio: fix typo in header Marek Behún
@ 2023-11-11 16:36 ` Andrew Lunn
2023-11-13 11:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2023-11-11 16:36 UTC (permalink / raw)
To: Marek Behún; +Cc: netdev, Jakub Kicinski
On Fri, Nov 10, 2023 at 01:05:46PM +0100, Marek Behún wrote:
> The quotes symbol in
> "EEE "link partner ability 1
> should be at the end of the register name
> "EEE link partner ability 1"
>
> Signed-off-by: Marek Behún <kabel@kernel.org>
This should really have a Fixes: tag.
Otherwise:
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH net] net: mdio: fix typo in header
2023-11-10 12:05 [PATCH net] net: mdio: fix typo in header Marek Behún
2023-11-11 16:36 ` Andrew Lunn
@ 2023-11-13 11:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-11-13 11:10 UTC (permalink / raw)
To: =?utf-8?q?Marek_Beh=C3=BAn_=3Ckabel=40kernel=2Eorg=3E?=
Cc: netdev, andrew, kuba
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 10 Nov 2023 13:05:46 +0100 you wrote:
> The quotes symbol in
> "EEE "link partner ability 1
> should be at the end of the register name
> "EEE link partner ability 1"
>
> Signed-off-by: Marek Behún <kabel@kernel.org>
>
> [...]
Here is the summary with links:
- [net] net: mdio: fix typo in header
https://git.kernel.org/netdev/net/c/438cbcdf105d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-13 11:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-10 12:05 [PATCH net] net: mdio: fix typo in header Marek Behún
2023-11-11 16:36 ` Andrew Lunn
2023-11-13 11:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).