From: Linus Lüssing Date: Tue, 23 Aug 2016 01:13:16 +0000 (+0200) Subject: batman-adv: fix batadv_forw_packet kerneldoc for list attribute X-Git-Tag: v4.10-rc1~202^2~385^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6020a86a4a208485640f7e17742835755c557676;p=thirdparty%2Flinux.git batman-adv: fix batadv_forw_packet kerneldoc for list attribute The forw_packet list node is wrongly attributed to the icmp socket code. Signed-off-by: Linus Lüssing Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index b3dd1a381aad9..97336ec0c601a 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h @@ -1363,7 +1363,7 @@ struct batadv_skb_cb { /** * struct batadv_forw_packet - structure for bcast packets to be sent/forwarded - * @list: list node for batadv_socket_client::queue_list + * @list: list node for batadv_priv::forw_{bat,bcast}_list * @send_time: execution time for delayed_work (packet sending) * @own: bool for locally generated packets (local OGMs are re-scheduled after * sending)