提交 14dd3e1b 编写于 作者: S Suraj Deshmukh 提交者: 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: NSuraj Deshmukh <surajssd009005@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册