diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-11-02 05:29:56 -0500 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-01-07 11:21:57 -0500 |
commit | 3f68785e614bf327d63395e03a3ebfd1d847331a (patch) | |
tree | c56bc835d8f0b8d838ad968a7562a7d7ae923b50 /net/batman-adv/translation-table.c | |
parent | e0d9677ea387e386e9ce983f287d99b278ea4930 (diff) |
batman-adv: fix misspelled words
Reported-by: checkpatch
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/translation-table.c')
-rw-r--r-- | net/batman-adv/translation-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index 84e6f01b734f..07b263a437d1 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c | |||
@@ -2852,7 +2852,7 @@ static void batadv_tt_update_changes(struct batadv_priv *bat_priv, | |||
2852 | /** | 2852 | /** |
2853 | * batadv_is_my_client - check if a client is served by the local node | 2853 | * batadv_is_my_client - check if a client is served by the local node |
2854 | * @bat_priv: the bat priv with all the soft interface information | 2854 | * @bat_priv: the bat priv with all the soft interface information |
2855 | * @addr: the mac adress of the client to check | 2855 | * @addr: the mac address of the client to check |
2856 | * @vid: VLAN identifier | 2856 | * @vid: VLAN identifier |
2857 | * | 2857 | * |
2858 | * Returns true if the client is served by this node, false otherwise. | 2858 | * Returns true if the client is served by this node, false otherwise. |