[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20201119111001.14872-1-tangbin@cmss.chinamobile.com>
Date: Thu, 19 Nov 2020 19:10:01 +0800
From: Tang Bin <tangbin@...s.chinamobile.com>
To: linux@...linux.org.uk
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Tang Bin <tangbin@...s.chinamobile.com>
Subject: [PATCH] ARM: Fix the spelling mistake in vfpmodule.c
In the word 'THREAD_NOFTIFY_SWTICH','SWTICH' is wrong,
thus fix it.
Signed-off-by: Tang Bin <tangbin@...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 8c9e7f9f0..dd0b875bc 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_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
--
2.20.1.windows.1
Powered by blists - more mailing lists