[PATCH] compiler_types: correct spelling of suppressing

From: Simon Horman
Date: Wed Jun 25 2025 - 08:43:23 EST


Correct spelling of suppressing as flagged by codespell.

Signed-off-by: Simon Horman <horms@xxxxxxxxxx>
---
include/linux/compiler_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h
index 2b77d12e07b2..aa9de144c15b 100644
--- a/include/linux/compiler_types.h
+++ b/include/linux/compiler_types.h
@@ -392,7 +392,7 @@ struct ftrace_likely_data {
* 1) the original use -- identifying if a CPU is 'stuck' in idle state based
* on it's instruction pointer. See cpu_in_idle().
*
- * 2) supressing instrumentation around where cpuidle disables RCU; where the
+ * 2) suppressing instrumentation around where cpuidle disables RCU; where the
* function isn't strictly required for #1, this is interchangeable with
* noinstr.
*/