[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1229007886-14362-5-git-send-email-robert.richter@amd.com>
Date: Thu, 11 Dec 2008 16:04:40 +0100
From: Robert Richter <robert.richter@....com>
To: oprofile-list <oprofile-list@...ts.sourceforge.net>
CC: LKML <linux-kernel@...r.kernel.org>,
Robert Richter <robert.richter@....com>
Subject: [PATCH 04/10] oprofile: fix typo
Signed-off-by: Robert Richter <robert.richter@....com>
---
drivers/oprofile/buffer_sync.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/oprofile/buffer_sync.c b/drivers/oprofile/buffer_sync.c
index b55cd23..774b081 100644
--- a/drivers/oprofile/buffer_sync.c
+++ b/drivers/oprofile/buffer_sync.c
@@ -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;
--
1.6.0.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists