diff options
Diffstat (limited to 'drivers/firewire/fw-topology.h')
-rw-r--r-- | drivers/firewire/fw-topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-topology.h b/drivers/firewire/fw-topology.h index be2a6bed384..363b6cbcd0b 100644 --- a/drivers/firewire/fw-topology.h +++ b/drivers/firewire/fw-topology.h | |||
@@ -64,7 +64,7 @@ struct fw_node { | |||
64 | static inline struct fw_node * | 64 | static inline struct fw_node * |
65 | fw_node(struct list_head *l) | 65 | fw_node(struct list_head *l) |
66 | { | 66 | { |
67 | return list_entry (l, struct fw_node, link); | 67 | return list_entry(l, struct fw_node, link); |
68 | } | 68 | } |
69 | 69 | ||
70 | static inline struct fw_node * | 70 | static inline struct fw_node * |