The name of the function does not match the kernel doc. Fix it.
Introduced by 6228419df3a53d09a2ba1f3e7b32bcd7cd59c968 ("batman-adv: tvlv - convert tt query packet to use tvlv unicast packets")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/translation-table.c b/translation-table.c index 1198aea..d1840dd 100644 --- a/translation-table.c +++ b/translation-table.c @@ -2729,7 +2729,7 @@ out: }
/** - * batadv_dat_status_update - process incoming tt reply + * batadv_handle_tt_response - process incoming tt reply * @bat_priv: the bat priv with all the soft interface information * @tt_data: tt data containing the tt request information * @resp_src: mac address of tt reply sender
On Sunday 22 September 2013 21:19:03 Antonio Quartulli wrote:
The name of the function does not match the kernel doc. Fix it.
Introduced by 6228419df3a53d09a2ba1f3e7b32bcd7cd59c968 ("batman-adv: tvlv - convert tt query packet to use tvlv unicast packets")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
translation-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 75b99c8.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org