projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
514da69
)
ring-buffer: Correct a grammatical error in a comment
author
liujing
<liujing@cmss.chinamobile.com>
Thu, 7 Nov 2024 09:53:27 +0000
(17:53 +0800)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Mon, 18 Nov 2024 14:40:17 +0000
(09:40 -0500)
The word "trace" begins with a consonant sound,
so "a" should be used instead of "an".
Link:
https://lore.kernel.org/20241107095327.6390-1-liujing@cmss.chinamobile.com
Signed-off-by: liujing <liujing@cmss.chinamobile.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/ring_buffer.c
patch
|
blob
|
history
diff --git
a/kernel/trace/ring_buffer.c
b/kernel/trace/ring_buffer.c
index
db3bf6a
..
d6100a7
100644
(file)
--- a/
kernel/trace/ring_buffer.c
+++ b/
kernel/trace/ring_buffer.c
@@
-4060,7
+4060,7
@@
static const char *show_irq_str(int bits)
return type[bits];
}
-/* Assume this is a
n
trace event */
+/* Assume this is a trace event */
static const char *show_flags(struct ring_buffer_event *event)
{
struct trace_entry *entry;