[PATCH 03/14] locking: fix typo "supress" in comment
From: Hemanth Selam
Date: Mon Sep 07 2026 - 03:01:05 EST
Correct "supress" to "suppress", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt. Only touches comments, no
code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
kernel/locking/rtmutex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c
index 4728631ae719..9d76aafe529a 100644
--- a/kernel/locking/rtmutex.c
+++ b/kernel/locking/rtmutex.c
@@ -790,7 +790,7 @@ static int __sched rt_mutex_adjust_prio_chain(struct task_struct *task,
* are boosted.
*
* Even when we start with ww_mutex we can disable deadlock detection,
- * since we would supress a ww_mutex induced deadlock at [6] anyway.
+ * since we would suppress a ww_mutex induced deadlock at [6] anyway.
* Supressing it here however is not sufficient since we might still
* hit [6] due to adjustment driven iteration.
*