Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 390858d6b6e5219493dc8c95a526046cbafecdbb Author: Antonio Quartulli antonio@meshcoding.com Date: Sun Sep 22 19:30:36 2013 +0200
batman-adv: properly format kernel doc
Introduced by: 0b6aa0d43767889eeda43a132cf5e73df4e63bf2 ("batman-adv: tvlv - basic infrastructure")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
390858d6b6e5219493dc8c95a526046cbafecdbb main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/main.c b/main.c index 3231929..21c6a01 100644 --- a/main.c +++ b/main.c @@ -1012,10 +1012,10 @@ void batadv_tvlv_ogm_receive(struct batadv_priv *bat_priv, * payload * @bat_priv: the bat priv with all the soft interface information * @optr: ogm tvlv handler callback function. This function receives the orig - * node, flags and the tvlv content as argument to process. - * uptr: unicast tvlv handler callback function. This function receives the - * source & destination of the unicast packet as well as the tvlv content - * to process. + * node, flags and the tvlv content as argument to process. + * @uptr: unicast tvlv handler callback function. This function receives the + * source & destination of the unicast packet as well as the tvlv content + * to process. * @type: tvlv handler type to be registered * @version: tvlv handler version to be registered * @flags: flags to enable or disable TVLV API behavior