]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Use proper name for gateway list head
authorSven Eckelmann <sven@narfation.org>
Wed, 27 Jul 2016 10:31:08 +0000 (12:31 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Wed, 19 Oct 2016 06:37:53 +0000 (08:37 +0200)
commit5a6dfdffe112aea450c9833f605543ed38502c0b
tree2dc6b5fb12756a9ed25f7d878a991452c2ee2139
parentcb7e8c67522debb765ff4edfcdaabe276c25af6e
batman-adv: Use proper name for gateway 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 when reading the code.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v.c
net/batman-adv/gateway_client.c
net/batman-adv/main.c
net/batman-adv/types.h