On Mittwoch, 27. Juli 2016 12:31:07 CEST Sven Eckelmann wrote:
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
net/batman-adv/fragmentation.c | 14 +++++++------- net/batman-adv/fragmentation.h | 2 +- net/batman-adv/originator.c | 2 +- net/batman-adv/types.h | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-)
Applied in dbc6c543fb9369def16146cf0278b3be0f524448 [1].
Kind regards, Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/dbc6c543fb9369def16146cf0278...