diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-06 21:38:50 +0200 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 12:40:28 +0800 |
commit | 42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (patch) | |
tree | 3b8c69015987b273af0ec1618e38ebe902255d8d /net/batman-adv/fragmentation.c | |
parent | 6f68b002715460c7552e8688b6f289659d5f8046 (diff) | |
download | talos-obmc-linux-42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7.tar.gz talos-obmc-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/fragmentation.c')
-rw-r--r-- | net/batman-adv/fragmentation.c | 1 |
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. |