diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-09-06 21:38:51 +0200 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-02 12:40:29 +0800 |
commit | e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5 (patch) | |
tree | 8d85185cc7407d69b10de6b2393e1d5090f7db2d /net/batman-adv/send.c | |
parent | 42ea22fe2c5da2ebd7123518a1b2cd7597ebffd7 (diff) | |
download | linux-e51f0397ded5bcbc2dd1694bc3d6f24cb2d42fa5.tar.bz2 |
batman-adv: Fix names in kerneldoc of functions
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/send.c')
-rw-r--r-- | net/batman-adv/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/send.c b/net/batman-adv/send.c index 782fa33ec296..3fbf7910c4d1 100644 --- a/net/batman-adv/send.c +++ b/net/batman-adv/send.c @@ -211,7 +211,7 @@ static bool batadv_send_skb_prepare_unicast(struct sk_buff *skb, * unicast 4addr header * @bat_priv: the bat priv with all the soft interface information * @skb: the skb containing the payload to encapsulate - * @orig_node: the destination node + * @orig: the destination node * @packet_subtype: the unicast 4addr packet subtype to use * * Returns false if the payload could not be encapsulated or true otherwise. |