Skip to content

Commit db34de9

Browse files
Weilong Chendavem330
authored andcommitted
rose: cleanup checkpatch errors,spaces required
This patch add spaces to cleanup checkpatch errors. Signed-off-by: Weilong Chen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f482f2f commit db34de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net/rose/af_rose.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ int rose_rx_call_request(struct sk_buff *skb, struct net_device *dev, struct ros
10121012
make_rose->source_call = facilities.source_call;
10131013
make_rose->source_ndigis = facilities.source_ndigis;
10141014
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];
10161016
make_rose->neighbour = neigh;
10171017
make_rose->device = dev;
10181018
make_rose->facilities = facilities;

net/rose/rose_dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ static netdev_tx_t rose_xmit(struct sk_buff *skb, struct net_device *dev)
146146

147147
static const struct header_ops rose_header_ops = {
148148
.create = rose_header,
149-
.rebuild= rose_rebuild_header,
149+
.rebuild = rose_rebuild_header,
150150
};
151151

152152
static const struct net_device_ops rose_netdev_ops = {

0 commit comments

Comments
 (0)