Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f91e3bd8 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: net: style changes



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: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent b9530fd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);