[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250625-compiler-types-spell-v1-1-8fc747fed6e0@kernel.org>
Date: Wed, 25 Jun 2025 13:43:05 +0100
From: Simon Horman <horms@...nel.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Kees Cook <kees@...nel.org>, Miguel Ojeda <ojeda@...nel.org>,
linux-kernel@...r.kernel.org, Simon Horman <horms@...nel.org>
Subject: [PATCH] compiler_types: correct spelling of suppressing
Correct spelling of suppressing as flagged by codespell.
Signed-off-by: Simon Horman <horms@...nel.org>
---
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.
*/
Powered by blists - more mailing lists