diff mbox series

[-next] arm: vfp: correct typo in kerneldoc

Message ID 20210410181259.25113-1-eantoranz@gmail.com (mailing list archive)
State New, archived
Headers show
Series [-next] arm: vfp: correct typo in kerneldoc | expand

Commit Message

Edmundo Carmona Antoranz April 10, 2021, 6:12 p.m. UTC
kerneldoc for vfp_notifier in vfpmodule.c says THREAD_NOFTIFY_SWTICH
instead of THREAD_NOTIFY_SWITCH. Correct it.

Signed-off-by: Edmundo Carmona Antoranz <eantoranz@gmail.com>
---
 arch/arm/vfp/vfpmodule.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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