Commit 14dd3e1b authored by Suraj Deshmukh's avatar Suraj Deshmukh Committed by David S. Miller

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: default avatarSuraj Deshmukh <surajssd009005@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89aa8445
......@@ -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;
......
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