You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
oprofile: fix typo
Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user