Skip to content

Commit

Permalink
firewire: net: style changes
Browse files Browse the repository at this point in the history
Change names of types, variables, functions.
Omit debug code.
Use get_unaligned*, put_unaligned*.
Annotate big endian data.
Handle errors in __init.
Change whitespace.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Jun 14, 2009
1 parent b9530fd commit f91e3bd
Show file tree
Hide file tree
Showing 3 changed files with 969 additions and 1,083 deletions.
2 changes: 1 addition & 1 deletion drivers/firewire/core-card.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ void fw_card_initialize(struct fw_card *card,

INIT_DELAYED_WORK(&card->work, fw_card_bm_work);
card->netdev = NULL;
INIT_LIST_HEAD(&card->ipv4_nodes);
INIT_LIST_HEAD(&card->peer_list);
}
EXPORT_SYMBOL(fw_card_initialize);

Expand Down
Loading

0 comments on commit f91e3bd

Please sign in to comment.