geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)'
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f1d22a1e05
commit
4c52a889ab
|
@ -1261,7 +1261,7 @@ static int geneve_nl2info(struct nlattr *tb[], struct nlattr *data[],
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data[IFLA_GENEVE_REMOTE6]) {
|
if (data[IFLA_GENEVE_REMOTE6]) {
|
||||||
#if IS_ENABLED(CONFIG_IPV6)
|
#if IS_ENABLED(CONFIG_IPV6)
|
||||||
if (changelink && (ip_tunnel_info_af(info) == AF_INET)) {
|
if (changelink && (ip_tunnel_info_af(info) == AF_INET)) {
|
||||||
attrtype = IFLA_GENEVE_REMOTE6;
|
attrtype = IFLA_GENEVE_REMOTE6;
|
||||||
goto change_notsup;
|
goto change_notsup;
|
||||||
|
|
Loading…
Reference in New Issue