projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6167c20
)
ring-buffer: Fix typo in comment
author
Vasyl Gomonovych
<gomonovych@gmail.com>
Fri, 18 May 2018 20:31:28 +0000
(22:31 +0200)
committer
Steven Rostedt (VMware)
<rostedt@goodmis.org>
Mon, 4 Jun 2018 21:28:20 +0000
(17:28 -0400)
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>
include/linux/ring_buffer.h
patch
|
blob
|
history
diff --git
a/include/linux/ring_buffer.h
b/include/linux/ring_buffer.h
index
a0233ed
..
b72ebdf
100644
(file)
--- 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);
/*
* ring_buffer_discard_commit will remove an event that has not
- * ben committed yet. If this is used, then ring_buffer_unlock_commit
+ * be
e
n committed yet. If this is used, then ring_buffer_unlock_commit
* must not be called on the discarded event. This function
* will try to remove the event from the ring buffer completely
* if another event has not been written after it.