* [PATCH] net: ethernet: Remove accidental duplication in Kconfig file
@ 2025-03-06 9:47 Lukas Bulwahn
2025-03-06 10:05 ` Lorenzo Bianconi
2025-03-08 3:50 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2025-03-06 9:47 UTC (permalink / raw)
To: Lorenzo Bianconi, Andrew Lunn, David S . Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, netdev
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated
folder") accidentally added the line:
source "drivers/net/ethernet/mellanox/Kconfig"
in drivers/net/ethernet/Kconfig, so that this line is duplicated in that
file.
Remove this accidental duplication.
Fixes: fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated folder")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
drivers/net/ethernet/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig
index 7941983d21e9..f86d4557d8d7 100644
--- a/drivers/net/ethernet/Kconfig
+++ b/drivers/net/ethernet/Kconfig
@@ -21,7 +21,6 @@ source "drivers/net/ethernet/adaptec/Kconfig"
source "drivers/net/ethernet/aeroflex/Kconfig"
source "drivers/net/ethernet/agere/Kconfig"
source "drivers/net/ethernet/airoha/Kconfig"
-source "drivers/net/ethernet/mellanox/Kconfig"
source "drivers/net/ethernet/alacritech/Kconfig"
source "drivers/net/ethernet/allwinner/Kconfig"
source "drivers/net/ethernet/alteon/Kconfig"
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] net: ethernet: Remove accidental duplication in Kconfig file
2025-03-06 9:47 [PATCH] net: ethernet: Remove accidental duplication in Kconfig file Lukas Bulwahn
@ 2025-03-06 10:05 ` Lorenzo Bianconi
2025-03-08 3:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2025-03-06 10:05 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, netdev, kernel-janitors, linux-kernel, Lukas Bulwahn
[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]
On Mar 06, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated
> folder") accidentally added the line:
>
> source "drivers/net/ethernet/mellanox/Kconfig"
>
> in drivers/net/ethernet/Kconfig, so that this line is duplicated in that
> file.
>
> Remove this accidental duplication.
Thx for fixing it, it was in my backlog.
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
>
> Fixes: fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated folder")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> drivers/net/ethernet/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig
> index 7941983d21e9..f86d4557d8d7 100644
> --- a/drivers/net/ethernet/Kconfig
> +++ b/drivers/net/ethernet/Kconfig
> @@ -21,7 +21,6 @@ source "drivers/net/ethernet/adaptec/Kconfig"
> source "drivers/net/ethernet/aeroflex/Kconfig"
> source "drivers/net/ethernet/agere/Kconfig"
> source "drivers/net/ethernet/airoha/Kconfig"
> -source "drivers/net/ethernet/mellanox/Kconfig"
> source "drivers/net/ethernet/alacritech/Kconfig"
> source "drivers/net/ethernet/allwinner/Kconfig"
> source "drivers/net/ethernet/alteon/Kconfig"
> --
> 2.48.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: ethernet: Remove accidental duplication in Kconfig file
2025-03-06 9:47 [PATCH] net: ethernet: Remove accidental duplication in Kconfig file Lukas Bulwahn
2025-03-06 10:05 ` Lorenzo Bianconi
@ 2025-03-08 3:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-03-08 3:50 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: lorenzo, andrew+netdev, davem, edumazet, kuba, pabeni, netdev,
kernel-janitors, linux-kernel, lukas.bulwahn
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 6 Mar 2025 10:47:53 +0100 you wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit fb3dda82fd38 ("net: airoha: Move airoha_eth driver in a dedicated
> folder") accidentally added the line:
>
> source "drivers/net/ethernet/mellanox/Kconfig"
>
> [...]
Here is the summary with links:
- net: ethernet: Remove accidental duplication in Kconfig file
https://git.kernel.org/netdev/net-next/c/e2537326e3b6
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:[~2025-03-08 3:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 9:47 [PATCH] net: ethernet: Remove accidental duplication in Kconfig file Lukas Bulwahn
2025-03-06 10:05 ` Lorenzo Bianconi
2025-03-08 3:50 ` 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).