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:
86f3209
)
tracing: Fix typo in trace_events_hist.c
author
Maurice Hieronymus
<mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:30 +0000
(23:18 +0100)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 5 Dec 2025 20:43:40 +0000
(15:43 -0500)
Fix typo "tigger" to "trigger".
Link:
https://patch.msgid.link/20251121221835.28032-10-mhi@mailbox.org
Signed-off-by: Maurice Hieronymus <mhi@mailbox.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_events_hist.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_events_hist.c
b/kernel/trace/trace_events_hist.c
index
289bdea
..
5e6e705
100644
(file)
--- a/
kernel/trace/trace_events_hist.c
+++ b/
kernel/trace/trace_events_hist.c
@@
-5283,7
+5283,7
@@
hist_trigger_actions(struct hist_trigger_data *hist_data,
* on the stack, so when the histogram trigger is initialized
* a percpu array of 4 hist_pad structures is allocated.
* This will cover every context from normal, softirq, irq and NMI
- * in the very unlikely event that a tigger happens at each of
+ * in the very unlikely event that a t
r
igger happens at each of
* these contexts and interrupts a currently active trigger.
*/
struct hist_pad {