summaryrefslogtreecommitdiff
path: root/cookie.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04xio: refactor fopencookie related functionsDaniel Borkmann1-0/+51
ext.git/diff/Documentation/i2c/fault-codes?h=nds-private-remove&id=3641fdeb17a84a170b2259a5a38d9bfd106c5a6e&id2=ea1d39a31d3b1b6060b6e83e5a29c069a124c68a'>fault-codes
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/i2c/fault-codes')
cf987b341 (diff)
batman-adv: a delayed_work has to be initialised once
A delayed_work struct does not need to be initialized each every time before being enqueued. Therefore the INIT_DELAYED_WORK() macro should be used during the initialization process only. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/originator.c')