Commit 99426014 authored by Jody McIntyre's avatar Jody McIntyre

Fix whitespace/indenting to match SVN.

Signed-off-by: default avatarJody McIntyre <scjody@modernduck.com>
parent 9b1a8bbc
......@@ -448,7 +448,7 @@ static int eth1394_update(struct unit_directory *ud)
if (!node_info) {
kfree(node);
return -ENOMEM;
}
}
spin_lock_init(&node_info->pdg.lock);
INIT_LIST_HEAD(&node_info->pdg.list);
......@@ -1582,7 +1582,7 @@ static inline void ether1394_dg_complete(struct packet_task *ptask, int fail)
struct sk_buff *skb = ptask->skb;
struct net_device *dev = skb->dev;
struct eth1394_priv *priv = netdev_priv(dev);
unsigned long flags;
unsigned long flags;
/* Statistics */
spin_lock_irqsave(&priv->lock, flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment