firewire: whitespace adjustments

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
This commit is contained in:
Stefan Richter
2007-01-21 20:44:09 +01:00
parent 95688e97cd
commit 5e20c28218
11 changed files with 140 additions and 165 deletions

View File

@@ -37,7 +37,7 @@ struct fw_port {
struct fw_node {
u16 node_id;
u8 color;
u8 color;
u8 port_count;
unsigned link_on : 1;
unsigned initiated_reset : 1;
@@ -48,19 +48,19 @@ struct fw_node {
atomic_t ref_count;
/* For serializing node topology into a list. */
/* For serializing node topology into a list. */
struct list_head link;
/* Upper layer specific data. */
void *data;
struct fw_port ports[0];
struct fw_port ports[0];
};
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 *