Commit 6fadbdd6 authored by Sanjana Srinidhi's avatar Sanjana Srinidhi Committed by David S. Miller

drivers: net: vxlan.c: Fix declaration issue

Added a blank line after structure declaration.
This is done to maintain code uniformity.
Signed-off-by: default avatarSanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 65c7bc1b
......@@ -3703,6 +3703,7 @@ static int vxlan_config_validate(struct net *src_net, struct vxlan_config *conf,
#if IS_ENABLED(CONFIG_IPV6)
if (use_ipv6) {
struct inet6_dev *idev = __in6_dev_get(lowerdev);
if (idev && idev->cnf.disable_ipv6) {
NL_SET_ERR_MSG(extack,
"IPv6 support disabled by administrator");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment