Explorar o código

net: af_mpls.c add space before open parenthesis

Adding space after switch keyword before open
parenthesis for readability purpose.

This patch fixes the checkpatch.pl warning:
space required before the open parenthesis '('

Signed-off-by: Suraj Deshmukh <surajssd009005@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Suraj Deshmukh %!s(int64=8) %!d(string=hai) anos
pai
achega
14dd3e1b97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      net/mpls/af_mpls.c

+ 1 - 1
net/mpls/af_mpls.c

@@ -1252,7 +1252,7 @@ static int rtm_to_route_config(struct sk_buff *skb,  struct nlmsghdr *nlh,
 		if (!nla)
 		if (!nla)
 			continue;
 			continue;
 
 
-		switch(index) {
+		switch (index) {
 		case RTA_OIF:
 		case RTA_OIF:
 			cfg->rc_ifindex = nla_get_u32(nla);
 			cfg->rc_ifindex = nla_get_u32(nla);
 			break;
 			break;