aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireguard/socket.c
diff options
context:
space:
mode:
authorGal Pressman <gal@nvidia.com>2025-06-16 16:26:26 +0300
committerJakub Kicinski <kuba@kernel.org>2025-06-17 18:06:39 -0700
commit9c5f5a5bf0da5cee2044b93907ac6d8d9af0492b (patch)
tree1b131bffa6fbed3bbf85297272fcd347e2fd043b /drivers/net/wireguard/socket.c
parentnet: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs (diff)
downloadwireguard-linux-9c5f5a5bf0da5cee2044b93907ac6d8d9af0492b.tar.xz
wireguard-linux-9c5f5a5bf0da5cee2044b93907ac6d8d9af0492b.zip
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>
Diffstat (limited to 'drivers/net/wireguard/socket.c')
0 files changed, 0 insertions, 0 deletions