Hi,
thanks for the massive update of the kernel function documentation of the bridge loop avoidance code.
On Thursday 05 November 2015 20:13:02 Simon Wunderlich wrote:
Thanks to Sven for starting this and making initial changes.
I don't think this should be in the commit message
-/* initialize all bla structures */ +/**
- batadv_bla_init - initialize all bla structures
- @bat_priv: the bat priv with all the soft interface information
- */
int batadv_bla_init(struct batadv_priv *bat_priv)
kernel-doc doesn't like that the return value documentation is missing here:
No description found for return value of 'batadv_bla_init'
Kind regards, Sven