[v2,19/26] batman-adv: iv_ogm, fix comment function name
Commit Message
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(-)
Comments
On Friday, December 26, 2014 12:41:36 Markus Pargmann wrote:
> 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(-)
Applied in revision 11c63fa.
Thanks,
Marek
@@ -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
*