diff options
author | Linus Lüssing <linus.luessing@c0d3.blue> | 2016-08-23 03:13:16 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2016-10-17 16:28:47 +0200 |
commit | 6020a86a4a208485640f7e17742835755c557676 (patch) | |
tree | 02aae6344d580a5b50292f4b4b2273442ebe6f3a /net/batman-adv | |
parent | bf093191db672b2ba6b769f8f7e21519348ab7fd (diff) | |
download | linux-6020a86a4a208485640f7e17742835755c557676.tar.gz |
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 <linus.luessing@c0d3.blue>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index b3dd1a381aad..97336ec0c601 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) |