On Tuesday, June 07, 2016 22:44:53 Sven Eckelmann wrote:
Some operations in batadv_algo_ops are optional and marked as such in the kerneldoc. But some of them miss the "(optional)" in their kerneldoc. These have to also be marked to give an implementor of an algorithm the correct background information without looking in the code calling these function pointers.
Signed-off-by: Sven Eckelmann sven@narfation.org
net/batman-adv/types.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
Applied in revision d6f42a6.
Thanks, Marek