diff options
author | Antonio Quartulli <a@unstable.cc> | 2016-03-11 16:36:19 +0100 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-05-04 02:22:03 +0800 |
commit | 6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf (patch) | |
tree | 88edc2962af03b6c50d133f0843d523efd47dd11 /net/batman-adv/main.h | |
parent | 4ba4bc0f74d32b201cecc33e153a4a18d5c5db1d (diff) | |
download | linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.tar.gz linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.tar.bz2 linux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.zip |
batman-adv: fix wrong names in kerneldoc
Signed-off-by: Antonio Quartulli <a@unstable.cc>
[sven@narfation.org: Fix additional names]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv/main.h')
-rw-r--r-- | net/batman-adv/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 38e5587675cc..07a6042d0ad6 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -296,7 +296,8 @@ static inline bool batadv_compare_eth(const void *data1, const void *data2) } /** - * has_timed_out - compares current time (jiffies) and timestamp + timeout + * batadv_has_timed_out - compares current time (jiffies) and timestamp + + * timeout * @timestamp: base value to compare with (in jiffies) * @timeout: added to base value before comparing (in milliseconds) * |