summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-07 12:26:07 +0530
committerSteven Rostedt <rostedt@goodmis.org>2026-09-11 13:54:32 -0400
commit0999d3e16d13b6299fd7cc7a7fb2825c18e90dd0 (patch)
treee51bb3d0a38e46ac316adb94745e186dcd6db6a1
parent89b000ba0796593aa61f6eec24d369337594588b (diff)
downloadlinux-0999d3e16d13b6299fd7cc7a7fb2825c18e90dd0.tar.gz
linux-0999d3e16d13b6299fd7cc7a7fb2825c18e90dd0.zip
tracing: Fix typo "preceeded" in comment
Correct "preceeded" to "Preceded", reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Only touches comments, no code changes. Link: https://patch.msgid.link/20260907065607.36615-1-hemanth.selam@gmail.com Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--include/trace/events/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/timer.h b/include/trace/events/timer.h
index ca82fd62dc30..3aa0608c6361 100644
--- a/include/trace/events/timer.h
+++ b/include/trace/events/timer.h
@@ -302,7 +302,7 @@ DECLARE_EVENT_CLASS(hrtimer_class,
* hrtimer_start_expired - Invoked when a expired timer was started
* @hrtimer: pointer to struct hrtimer
*
- * Preceeded by a hrtimer_start tracepoint.
+ * Preceded by a hrtimer_start tracepoint.
*/
DEFINE_EVENT(hrtimer_class, hrtimer_start_expired,