]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: 9437/1: vfp: Fix typographical errors in vfpmodule.c
authorluoyifan <luoyifan@cmss.chinamobile.com>
Mon, 25 Nov 2024 03:14:52 +0000 (04:14 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 14 Jan 2025 12:29:23 +0000 (12:29 +0000)
Correct the misspellings of "noftify" (should be "notify") and "swtich"
(should be "switch").

Link: https://lore.kernel.org/r/20241114011939.296230-1-luoyifan@cmss.chinamobile.com
Signed-off-by: Luo Yifan <luoyifan@cmss.chinamobile.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/vfp/vfpmodule.c

index d44867fc0c5ee893a5a09edfa10cc6863f3677b7..7803d50b90f86b0822c775b4cc1189f18b316519 100644 (file)
@@ -168,7 +168,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