Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Weilong Chen and committed by
David S. Miller
db34de93 f482f2fc

+2 -2
+1 -1
net/rose/af_rose.c
··· 1012 1012 make_rose->source_call = facilities.source_call; 1013 1013 make_rose->source_ndigis = facilities.source_ndigis; 1014 1014 for (n = 0 ; n < facilities.source_ndigis ; n++) 1015 - make_rose->source_digis[n]= facilities.source_digis[n]; 1015 + make_rose->source_digis[n] = facilities.source_digis[n]; 1016 1016 make_rose->neighbour = neigh; 1017 1017 make_rose->device = dev; 1018 1018 make_rose->facilities = facilities;
+1 -1
net/rose/rose_dev.c
··· 146 146 147 147 static const struct header_ops rose_header_ops = { 148 148 .create = rose_header, 149 - .rebuild= rose_rebuild_header, 149 + .rebuild = rose_rebuild_header, 150 150 }; 151 151 152 152 static const struct net_device_ops rose_netdev_ops = {