aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2014-12-26 12:41:36 +0100
committerAntonio Quartulli <antonio@meshcoding.com>2015-06-03 10:58:32 +0200
commitd491dbb68b6efd12a27ee10791e27fc5f2bd02ff (patch)
tree447872ba0fa4dee251fbb29b8baed8a0e79792e2 /net/batman-adv
parentbatman-adv: iv_ogm, fix coding style (diff)
downloadlinux-dev-d491dbb68b6efd12a27ee10791e27fc5f2bd02ff.tar.xz
linux-dev-d491dbb68b6efd12a27ee10791e27fc5f2bd02ff.zip
batman-adv: iv_ogm, fix comment function name
This is a small copy paste fix for batadv_ing_buffer_avg. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/bat_iv_ogm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c
index 0019f1bfbe8b..9f83137a6514 100644
--- a/net/batman-adv/bat_iv_ogm.c
+++ b/net/batman-adv/bat_iv_ogm.c
@@ -55,7 +55,7 @@ static void batadv_ring_buffer_set(uint8_t lq_recv[], uint8_t *lq_index,
}
/**
- * batadv_ring_buffer_set - compute the average of all non-zero values stored
+ * batadv_ring_buffer_avg - compute the average of all non-zero values stored
* in the given ring buffer
* @lq_recv: pointer to the ring buffer
*