From 3d33096d1b5f27b45776a57984e667ba5bc7cc13 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 16 Feb 2020 22:02:03 +0800 Subject: [PATCH 1/2] Fixed macro spelling mistake in vfpmodule.c Fixed macro spelling error: THREAD_NOFTIFY_SWTICH -> THREAD_NOFTIFY_SWITCH --- 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 8e11223d3..701e5424a 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c @@ -143,7 +143,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_NOFTIFY_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 From 07104ee1dcc34c15dfe3dbe08983252d3ba5c37d Mon Sep 17 00:00:00 2001 From: Chen Lei Date: Wed, 11 Mar 2020 16:00:16 +0800 Subject: [PATCH 2/2] another typo --- 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 701e5424a..19ebc7ff8 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c @@ -143,7 +143,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_SWITCH: + * 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