diff options
author | Sven Eckelmann <sven@narfation.org> | 2015-08-26 10:31:51 +0200 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2015-12-16 15:17:09 +0800 |
commit | c05a57f6fb6f398cde873c5ebe13ae26b3843b7e (patch) | |
tree | bd40eb5ca1eaeedb8668ea889bcd9f9d90198426 /net/batman-adv | |
parent | 01f6b5c76a68e294e90a040c651adb90126e802d (diff) | |
download | op-kernel-dev-c05a57f6fb6f398cde873c5ebe13ae26b3843b7e.zip op-kernel-dev-c05a57f6fb6f398cde873c5ebe13ae26b3843b7e.tar.gz |
batman-adv: Fix typo 'wether' -> 'whether'
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/main.c b/net/batman-adv/main.c index 45952dc..5dbcb2e 100644 --- a/net/batman-adv/main.c +++ b/net/batman-adv/main.c @@ -908,7 +908,7 @@ end: * appropriate handlers * @bat_priv: the bat priv with all the soft interface information * @tvlv_handler: tvlv callback function handling the tvlv content - * @ogm_source: flag indicating wether the tvlv is an ogm or a unicast packet + * @ogm_source: flag indicating whether the tvlv is an ogm or a unicast packet * @orig_node: orig node emitting the ogm packet * @src: source mac address of the unicast packet * @dst: destination mac address of the unicast packet @@ -961,7 +961,7 @@ static int batadv_tvlv_call_handler(struct batadv_priv *bat_priv, * batadv_tvlv_containers_process - parse the given tvlv buffer to call the * appropriate handlers * @bat_priv: the bat priv with all the soft interface information - * @ogm_source: flag indicating wether the tvlv is an ogm or a unicast packet + * @ogm_source: flag indicating whether the tvlv is an ogm or a unicast packet * @orig_node: orig node emitting the ogm packet * @src: source mac address of the unicast packet * @dst: destination mac address of the unicast packet |