[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210415103955.38983-1-jonas.rabenstein@studium.uni-erlangen.de>
Date: Thu, 15 Apr 2021 12:39:55 +0200
From: Jonas Rabenstein <jonas.rabenstein@...dium.uni-erlangen.de>
To: jonas.rabenstein@...dium.uni-erlangen.de
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
linux@...linux.org.uk, linux-arm-kernel@...ts.infradead.org
Subject: [PATCH] ARM: vfp: fix misspelled identifier in documentation
The documentation comment for vfp_notifier misspelled
THREAD_NOTIFY_SWITCH as THREAD_NOFTIFY_SWITCH.
Signed-off-by: Jonas Rabenstein <jonas.rabenstein@...dium.uni-erlangen.de>
---
arch/arm/vfp/vfpmodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c
index 2cb355c1b5b7..4f8c6f583b79 100644
--- a/arch/arm/vfp/vfpmodule.c
+++ b/arch/arm/vfp/vfpmodule.c
@@ -140,7 +140,7 @@ static void vfp_thread_copy(struct thread_info *thread)
/*
* When this function is called with the following 'cmd's, the following
* is true while this function is being run:
- * THREAD_NOFTIFY_SWTICH:
+ * THREAD_NOTIFY_SWITCH:
* - the previously running thread will not be scheduled onto another CPU.
* - the next thread to be run (v) will not be running on another CPU.
* - thread->cpu is the local CPU number
--
2.26.3
Powered by blists - more mailing lists