[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241114011939.296230-1-luoyifan@cmss.chinamobile.com>
Date: Thu, 14 Nov 2024 09:19:39 +0800
From: Luo Yifan <luoyifan@...s.chinamobile.com>
To: linus.walleij@...aro.org,
linux@...linux.org.uk
Cc: ardb@...nel.org,
arnd@...db.de,
linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Luo Yifan <luoyifan@...s.chinamobile.com>
Subject: [PATCH v2] ARM: vfp: Fix typographical errors in vfpmodule.c
Correct the misspellings of "noftify" (should be "notify") and "swtich"
(should be "switch").
Signed-off-by: Luo Yifan <luoyifan@...s.chinamobile.com>
---
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 b68efe643..409165077 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.27.0
Powered by blists - more mailing lists