Skip to content

Commit 386f2d9

Browse files
luoyifanRussell King (Oracle)
authored andcommitted
ARM: 9437/1: vfp: Fix typographical errors in vfpmodule.c
Correct the misspellings of "noftify" (should be "notify") and "swtich" (should be "switch"). Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Luo Yifan <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 40384c8 commit 386f2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/vfp/vfpmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static void vfp_thread_copy(struct thread_info *thread)
168168
/*
169169
* When this function is called with the following 'cmd's, the following
170170
* is true while this function is being run:
171-
* THREAD_NOFTIFY_SWTICH:
171+
* THREAD_NOTIFY_SWITCH:
172172
* - the previously running thread will not be scheduled onto another CPU.
173173
* - the next thread to be run (v) will not be running on another CPU.
174174
* - thread->cpu is the local CPU number

0 commit comments

Comments
 (0)