summaryrefslogtreecommitdiff
path: root/net/batman-adv/main.h
diff options
context:
space:
mode:
authorAntonio Quartulli <a@unstable.cc>2016-03-11 15:36:19 (GMT)
committerAntonio Quartulli <a@unstable.cc>2016-05-03 18:22:03 (GMT)
commit6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf (patch)
tree88edc2962af03b6c50d133f0843d523efd47dd11 /net/batman-adv/main.h
parent4ba4bc0f74d32b201cecc33e153a4a18d5c5db1d (diff)
downloadlinux-6d030de89f1beb85ce8e6b71f4fbfef8cabe37cf.tar.xz
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index 38e5587..07a6042 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)
*