[3/3] batman-adv: fix batadv_forw_packet kerneldoc for list attribute

Message ID 20160821032534.11074-3-linus.luessing@c0d3.blue (mailing list archive)
State Superseded, archived
Delegated to: Marek Lindner
Headers

Commit Message

Linus Lüssing Aug. 21, 2016, 3:25 a.m. UTC
  The forw_packet list node is wrongly attributed to the icmp socket code.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
---
 net/batman-adv/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Linus Lüssing Aug. 21, 2016, 3:51 a.m. UTC | #1
On Sun, Aug 21, 2016 at 05:25:34AM +0200, Linus Lüssing wrote:
> The forw_packet list node is wrongly attributed to the icmp socket code.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
> ---

Fixes: 2191c1bcbc64 ("batman-adv: kernel doc for types.h")
  
Sven Eckelmann Aug. 21, 2016, 6:22 a.m. UTC | #2
On Sonntag, 21. August 2016 05:25:34 CEST Linus Lüssing wrote:
> The forw_packet list node is wrongly attributed to the icmp socket code.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
> ---

Reviewed-by: Sven Eckelmann <sven@narfation.org>

Kind regards,
	Sven
  

Patch

diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 74d865a..c25bec6 100644
--- a/net/batman-adv/types.h
+++ b/net/batman-adv/types.h
@@ -1237,7 +1237,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)