提交 db34de93 编写于 作者: W Weilong Chen 提交者: David S. Miller

rose: cleanup checkpatch errors,spaces required

This patch add spaces to cleanup checkpatch errors.
Signed-off-by: NWeilong Chen <chenweilong@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 f482f2fc
...@@ -1012,7 +1012,7 @@ int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct ros ...@@ -1012,7 +1012,7 @@ int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct ros
make_rose->source_call = facilities.source_call; make_rose->source_call = facilities.source_call;
make_rose->source_ndigis = facilities.source_ndigis; make_rose->source_ndigis = facilities.source_ndigis;
for (n = 0 ; n < facilities.source_ndigis ; n++) for (n = 0 ; n < facilities.source_ndigis ; n++)
make_rose->source_digis[n]= facilities.source_digis[n]; make_rose->source_digis[n] = facilities.source_digis[n];
make_rose->neighbour = neigh; make_rose->neighbour = neigh;
make_rose->device = dev; make_rose->device = dev;
make_rose->facilities = facilities; make_rose->facilities = facilities;
......
...@@ -146,7 +146,7 @@ static netdev_tx_t rose_xmit(struct sk_buff *skb, struct net_device *dev) ...@@ -146,7 +146,7 @@ static netdev_tx_t rose_xmit(struct sk_buff *skb, struct net_device *dev)
static const struct header_ops rose_header_ops = { static const struct header_ops rose_header_ops = {
.create = rose_header, .create = rose_header,
.rebuild= rose_rebuild_header, .rebuild = rose_rebuild_header,
}; };
static const struct net_device_ops rose_netdev_ops = { static const struct net_device_ops rose_netdev_ops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册