diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-11-02 11:29:56 +0100 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2015-01-07 17:21:57 +0100 |
commit | 3f68785e614bf327d63395e03a3ebfd1d847331a (patch) | |
tree | c56bc835d8f0b8d838ad968a7562a7d7ae923b50 /net/batman-adv/routing.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/routing.c')
-rw-r--r-- | net/batman-adv/routing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c index 139d2f65728e..da83982bf974 100644 --- a/net/batman-adv/routing.c +++ b/net/batman-adv/routing.c @@ -456,7 +456,7 @@ batadv_find_router(struct batadv_priv *bat_priv, * the last chosen bonding candidate (next_candidate). If no such * router is found, use the first candidate found (the previously * chosen bonding candidate might have been the last one in the list). - * If this can't be found either, return the previously choosen + * If this can't be found either, return the previously chosen * router - obviously there are no other candidates. */ rcu_read_lock(); |