diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-06 21:38:50 +0200 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 05:40:28 +0100 |
commit | 42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (patch) | |
tree | 3b8c69015987b273af0ec1618e38ebe902255d8d /net/batman-adv/packet.h | |
parent | batman-adv: Fix kerneldoc parsing of structs/enums (diff) | |
download | linux-42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7.tar.xz linux-42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7.zip |
batman-adv: Remove kerneldoc for missing parameters
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Diffstat (limited to 'net/batman-adv/packet.h')
-rw-r--r-- | net/batman-adv/packet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h index e80a8fc9f49e..6d5b17841ff5 100644 --- a/net/batman-adv/packet.h +++ b/net/batman-adv/packet.h @@ -413,7 +413,6 @@ struct batadv_bcast_packet { * @packet_type: batman-adv packet type, part of the general header * @version: batman-adv protocol version, part of the genereal header * @ttl: time to live for this packet, part of the genereal header - * @reserved: Align following fields to 2-byte boundaries * @first_source: original source of first included packet * @first_orig_dest: original destinal of first included packet * @first_crc: checksum of first included packet |