Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d491dbb6 authored by Markus Pargmann's avatar Markus Pargmann Committed by Antonio Quartulli
Browse files

batman-adv: iv_ogm, fix comment function name



This is a small copy paste fix for batadv_ing_buffer_avg.

Signed-off-by: default avatarMarkus Pargmann <mpa@pengutronix.de>
Signed-off-by: default avatarMarek Lindner <mareklindner@neomailbox.ch>
parent 6c4a1622
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * in the given ring buffer
 * @lq_recv: pointer to the ring buffer
 * @lq_recv: pointer to the ring buffer
 *
 *