Files
linux-stable-mirror/include/linux
Gal Pressman 9c5f5a5bf0 net: vlan: Use IS_ENABLED() helper for CONFIG_VLAN_8021Q guard
The header currently tests the VLAN core with an explicit pair of 'if
defined' checks:
    #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)

Instead, use IS_ENABLED() which is the kernel way to test whether an
option is configured as builtin/module.

This is purely cosmetic – no functional changes.

Reviewed-by: Alex Lazar <alazar@nvidia.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
Signed-off-by: Gal Pressman <gal@nvidia.com>
Link: https://patch.msgid.link/20250616132626.1749331-4-gal@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-06-17 18:06:39 -07:00
..
2025-05-21 13:41:03 +02:00
2025-05-21 13:39:45 +02:00
2025-05-22 11:07:05 +02:00
2025-06-11 11:57:14 -07:00
2025-06-04 09:51:10 +02:00
2025-05-21 16:46:37 +02:00