提交 4a20f8ec 编写于 作者: P Peng Li 提交者: David S. Miller

net: hdlc_cisco: remove redundant space

Space prohibited between function name and open parenthesis '('.
Signed-off-by: NPeng Li <lipeng321@huawei.com>
Signed-off-by: NGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 4e38d514
......@@ -174,7 +174,7 @@ static int cisco_rx(struct sk_buff *skb)
cisco_data = (struct cisco_packet *)(skb->data + sizeof
(struct hdlc_header));
switch (ntohl (cisco_data->type)) {
switch (ntohl(cisco_data->type)) {
case CISCO_ADDR_REQ: /* Stolen from syncppp.c :-) */
rcu_read_lock();
in_dev = __in_dev_get_rcu(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册