[PATCH] compiler_types: correct spelling of suppressing

Simon Horman posted 1 patch 3 months, 2 weeks ago
include/linux/compiler_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] compiler_types: correct spelling of suppressing
Posted by Simon Horman 3 months, 2 weeks ago
Correct spelling of suppressing as flagged by codespell.

Signed-off-by: Simon Horman <horms@kernel.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.
  */