* [PATCH] net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment
@ 2026-06-09 17:56 Ethan Nelson-Moore
2026-06-12 23:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-09 17:56 UTC (permalink / raw)
To: netdev
Cc: Ethan Nelson-Moore, Daniele Venzano, Andrew Lunn, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni
A comment in drivers/net/ethernet/sis/sis900.h incorrectly refers to
CONFIG_VLAN_802_1Q instead of CONFIG_VLAN_8021Q. Correct it.
Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
drivers/net/ethernet/sis/sis900.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/sis/sis900.h b/drivers/net/ethernet/sis/sis900.h
index 66e4bf38770f..b20665fc37f9 100644
--- a/drivers/net/ethernet/sis/sis900.h
+++ b/drivers/net/ethernet/sis/sis900.h
@@ -315,7 +315,7 @@ enum sis630_revision_id {
#define MAX_FRAME_SIZE (1518 + 4)
#else
#define MAX_FRAME_SIZE 1518
-#endif /* CONFIG_VLAN_802_1Q */
+#endif /* CONFIG_VLAN_8021Q */
#define TX_BUF_SIZE (MAX_FRAME_SIZE+18)
#define RX_BUF_SIZE (MAX_FRAME_SIZE+18)
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment
2026-06-09 17:56 [PATCH] net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment Ethan Nelson-Moore
@ 2026-06-12 23:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-06-12 23:20 UTC (permalink / raw)
To: Ethan Nelson-Moore
Cc: netdev, venza, andrew+netdev, davem, edumazet, kuba, pabeni
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 9 Jun 2026 10:56:55 -0700 you wrote:
> A comment in drivers/net/ethernet/sis/sis900.h incorrectly refers to
> CONFIG_VLAN_802_1Q instead of CONFIG_VLAN_8021Q. Correct it.
>
> Discovered while searching for CONFIG_* symbols referenced in code but
> not defined in any Kconfig file.
>
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
>
> [...]
Here is the summary with links:
- net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment
https://git.kernel.org/netdev/net-next/c/0182b218a074
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] 2+ messages in thread
end of thread, other threads:[~2026-06-12 23:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 17:56 [PATCH] net: ethernet: sis900: correct CONFIG_VLAN_8021Q macro name in comment Ethan Nelson-Moore
2026-06-12 23:20 ` 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