Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 110aaffeef7161f528d1b04872564ed1bc38fbc9 Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Oct 12 16:17:36 2013 +0200
batctl: fix typ0 in ICMP header kernel doc
Introduced by 1897ab719862eb43e0a6edd3a20b8d9fa7a2173d ("batman-adv: create common header for ICMP packets")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
110aaffeef7161f528d1b04872564ed1bc38fbc9 packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h index f4bbb05..9fbcaac 100644 --- a/packet.h +++ b/packet.h @@ -195,7 +195,7 @@ struct batadv_ogm_packet { #define BATADV_OGM_HLEN sizeof(struct batadv_ogm_packet)
/** - * batadc_icmp_header - common ICMP header + * batadv_icmp_header - common ICMP header * @header: common batman header * @msg_type: ICMP packet type * @dst: address of the destination node