aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/fragmentation.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2015-09-06 21:38:50 +0200
committerAntonio Quartulli <a@unstable.cc>2016-02-02 12:40:28 +0800
commit42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (patch)
tree3b8c69015987b273af0ec1618e38ebe902255d8d /net/batman-adv/fragmentation.c
parentbatman-adv: Fix kerneldoc parsing of structs/enums (diff)
downloadlinux-dev-42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7.tar.xz
linux-dev-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/fragmentation.c')
-rw-r--r--net/batman-adv/fragmentation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/fragmentation.c b/net/batman-adv/fragmentation.c
index 20d9282f895b..fedddbe0cd28 100644
--- a/net/batman-adv/fragmentation.c
+++ b/net/batman-adv/fragmentation.c
@@ -242,7 +242,6 @@ err:
/**
* batadv_frag_merge_packets - merge a chain of fragments
* @chain: head of chain with fragments
- * @skb: packet with total size of skb after merging
*
* Expand the first skb in the chain and copy the content of the remaining
* skb's into the expanded one. After doing so, clear the chain.