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

Commit 8dbc50c3 authored by Robert Richter's avatar Robert Richter
Browse files

oprofile: fix typo

parent cdc1834d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ static void increment_tail(struct oprofile_cpu_buffer *b)
{
	unsigned long new_tail = b->tail_pos + 1;

	rmb();	/* be sure fifo pointers are synchromized */
	rmb();	/* be sure fifo pointers are synchronized */

	if (new_tail < b->buffer_size)
		b->tail_pos = new_tail;