X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fmpls%2Faf_mpls.c;h=15fe97644ffe048c9b1d5818c0b1aec56eb988f4;hb=0e0694ff1a7791274946b7f51bae692da0001a08;hp=0e4334cbde17519cf69bbc099127c0d81a626467;hpb=3dfd2b682b79bde2c4ebbb7ed9f4dc90c0eb4677;p=karo-tx-linux.git diff --git a/net/mpls/af_mpls.c b/net/mpls/af_mpls.c index 0e4334cbde17..15fe97644ffe 100644 --- a/net/mpls/af_mpls.c +++ b/net/mpls/af_mpls.c @@ -1252,7 +1252,7 @@ static int rtm_to_route_config(struct sk_buff *skb, struct nlmsghdr *nlh, if (!nla) continue; - switch(index) { + switch (index) { case RTA_OIF: cfg->rc_ifindex = nla_get_u32(nla); break;