Skip to content

Commit 4c52a88

Browse files
akodanevdavem330
authored andcommitted
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>
1 parent f1d22a1 commit 4c52a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/geneve.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ static int geneve_nl2info(struct nlattr *tb[], struct nlattr *data[],
12611261
}
12621262

12631263
if (data[IFLA_GENEVE_REMOTE6]) {
1264-
#if IS_ENABLED(CONFIG_IPV6)
1264+
#if IS_ENABLED(CONFIG_IPV6)
12651265
if (changelink && (ip_tunnel_info_af(info) == AF_INET)) {
12661266
attrtype = IFLA_GENEVE_REMOTE6;
12671267
goto change_notsup;

0 commit comments

Comments
 (0)