diff options
author | Weilong Chen <chenweilong@huawei.com> | 2013-12-19 11:55:17 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-22 18:57:58 -0500 |
commit | db34de939ae28954441c18b331c2c0aafec2d6ac (patch) | |
tree | 199985c631365839326c6d17aaa0af0541d514c4 /net/rose/af_rose.c | |
parent | f482f2fcd1bd644849bd75412d589cbb40fbaa01 (diff) | |
download | linux-db34de939ae28954441c18b331c2c0aafec2d6ac.tar.bz2 |
rose: cleanup checkpatch errors,spaces required
This patch add spaces to cleanup checkpatch errors.
Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rose/af_rose.c')
-rw-r--r-- | net/rose/af_rose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index 33af77246bfe..81f94b1ae1c7 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c @@ -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_ndigis = facilities.source_ndigis; 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->device = dev; make_rose->facilities = facilities; |