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.c b/drivers/firewire/fw-topology.c
index c26d5d5..4904902 100644
--- a/drivers/firewire/fw-topology.c
+++ b/drivers/firewire/fw-topology.c
@@ -300,9 +300,9 @@
 	return local_node;
 }
 
-typedef void (*fw_node_callback_t) (struct fw_card * card,
-				    struct fw_node * node,
-				    struct fw_node * parent);
+typedef void (*fw_node_callback_t)(struct fw_card * card,
+				   struct fw_node * node,
+				   struct fw_node * parent);
 
 static void
 for_each_fw_node(struct fw_card *card, struct fw_node *root,