commit | 176e5b772b113f9ab013d574e13d8a433d47bbcb | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Wed Jul 27 12:31:07 2016 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Wed Oct 19 08:37:52 2016 +0200 |
tree | cdac0bb46e98ab5c2529499d2170813ea6521504 | |
parent | 422d2f77803d85477df72f3153e85fd2b8c6b9e9 [diff] |
batman-adv: Use proper name for fragments list head The batman-adv codebase is using "list" for the list node (prev/next) and <list content descriptor>+"_list" for the head of a list. Not using this naming scheme can up in confusions because list_head is used for both the head of the list and the list node (prev/next) in each item of the list. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>