aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasyl Gomonovych <gomonovych@gmail.com>2018-05-18 16:31:28 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2018-06-04 17:28:20 -0400
commita9235b544a0ae95fbd56443bdbd251358c7df4c5 (patch)
treeb849cede2dd509f7526621d8a504197dd7d7888c
parent6167c205ca9c21c82f19978295d99fb60efcf98b (diff)
ring-buffer: Fix typo in comment
Fix typo of the word 'been' Link: http://lkml.kernel.org/r/20180518203130.2011-1-gomonovych@gmail.com Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--include/linux/ring_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ring_buffer.h b/include/linux/ring_buffer.h
index a0233edc0718..b72ebdff0b77 100644
--- a/include/linux/ring_buffer.h
+++ b/include/linux/ring_buffer.h
@@ -65,7 +65,7 @@ u64 ring_buffer_event_time_stamp(struct ring_buffer_event *event);
65 65
66/* 66/*
67 * ring_buffer_discard_commit will remove an event that has not 67 * ring_buffer_discard_commit will remove an event that has not
68 * ben committed yet. If this is used, then ring_buffer_unlock_commit 68 * been committed yet. If this is used, then ring_buffer_unlock_commit
69 * must not be called on the discarded event. This function 69 * must not be called on the discarded event. This function
70 * will try to remove the event from the ring buffer completely 70 * will try to remove the event from the ring buffer completely
71 * if another event has not been written after it. 71 * if another event has not been written after it.