firewire: Coding style cleanup: no spaces after function names.

Signed-off-by: Kristian Hoegsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
diff --git a/drivers/firewire/fw-topology.h b/drivers/firewire/fw-topology.h
index be2a6be..363b6cb 100644
--- a/drivers/firewire/fw-topology.h
+++ b/drivers/firewire/fw-topology.h
@@ -64,7 +64,7 @@
 static inline struct fw_node *
 fw_node(struct list_head *l)
 {
-	return list_entry (l, struct fw_node, link);
+	return list_entry(l, struct fw_node, link);
 }
 
 static inline struct fw_node *