mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04: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
|
* on the stack, so when the histogram trigger is initialized
|
||||||
* a percpu array of 4 hist_pad structures is allocated.
|
* a percpu array of 4 hist_pad structures is allocated.
|
||||||
* This will cover every context from normal, softirq, irq and NMI
|
* 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.
|
* these contexts and interrupts a currently active trigger.
|
||||||
*/
|
*/
|
||||||
struct hist_pad {
|
struct hist_pad {
|
||||||
|
|||||||
Reference in New Issue
Block a user