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>
This commit is contained in:
Weilong Chen
2013-12-19 11:55:17 +08:00
committed by David S. Miller
parent f482f2fcd1
commit db34de939a
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {
.create = rose_header,
.rebuild= rose_rebuild_header,
.rebuild = rose_rebuild_header,
};
static const struct net_device_ops rose_netdev_ops = {