Commit f3f3416c authored by Yanfei Xu's avatar Yanfei Xu Committed by Linus Torvalds

include/linux/mempolicy.h: fix typo

Change "interlave" to "interleave".
Signed-off-by: default avatarYanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200810063454.9357-1-yanfei.xu@windriver.comSigned-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4605f057
...@@ -28,7 +28,7 @@ struct mm_struct; ...@@ -28,7 +28,7 @@ struct mm_struct;
* the process policy is used. Interrupts ignore the memory policy * the process policy is used. Interrupts ignore the memory policy
* of the current process. * of the current process.
* *
* Locking policy for interlave: * Locking policy for interleave:
* In process context there is no locking because only the process accesses * In process context there is no locking because only the process accesses
* its own state. All vma manipulation is somewhat protected by a down_read on * its own state. All vma manipulation is somewhat protected by a down_read on
* mmap_lock. * mmap_lock.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment