mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
tracing: Fix typo in trace_events_hist.c
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>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
86f320904e
commit
c29e75532e
@@ -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 trigger happens at each of
|
||||
* these contexts and interrupts a currently active trigger.
|
||||
*/
|
||||
struct hist_pad {
|
||||
|
||||
Reference in New Issue
Block a user