[24/31] batman-adv: iv_ogm, fix comment function name

Message ID 1417519009-20699-25-git-send-email-mpa@pengutronix.de (mailing list archive)
State Accepted, archived
Commit 11c63faf3a7e7ed5c17c902e8e921bf4f707f59e
Headers

Commit Message

Markus Pargmann Dec. 2, 2014, 11:16 a.m. UTC
  This is a small copy paste fix for batadv_ing_buffer_avg.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 bat_iv_ogm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 808a6363f4a1..bdc64e2bf7bd 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -57,7 +57,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
  *