batman-adv: Rename batadv_softif_vlan *_free_ref function to *_put
The batman-adv source code is the only place in the kernel which uses the *_free_ref naming scheme for the *_put functions. Changing it to *_put makes it more consistent and makes it easier to understand the connection to the *_get functions. Signed-off-by:Sven Eckelmann <sven@narfation.org> Signed-off-by:
Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by:
Antonio Quartulli <a@unstable.cc>
Showing
- net/batman-adv/main.c 1 addition, 1 deletionnet/batman-adv/main.c
- net/batman-adv/soft-interface.c 7 additions, 7 deletionsnet/batman-adv/soft-interface.c
- net/batman-adv/soft-interface.h 1 addition, 1 deletionnet/batman-adv/soft-interface.h
- net/batman-adv/sysfs.c 2 additions, 2 deletionsnet/batman-adv/sysfs.c
- net/batman-adv/translation-table.c 10 additions, 10 deletionsnet/batman-adv/translation-table.c
Please register or sign in to comment