mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
mm: fix spelling mistakes
Fix some spelling mistakes in comments: each having differents usage ==> each has a different usage statments ==> statements adresses ==> addresses aggresive ==> aggressive datas ==> data posion ==> poison higer ==> higher precisly ==> precisely wont ==> won't We moves tha ==> We move the endianess ==> endianness Link: https://lkml.kernel.org/r/20210519065853.7723-2-thunder.leizhen@huawei.com Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Reviewed-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
fac7757e1f
commit
041711ce7c
7 changed files with 8 additions and 8 deletions
|
@ -3180,7 +3180,7 @@ static void __drain_all_pages(struct zone *zone, bool force_all_cpus)
|
|||
int cpu;
|
||||
|
||||
/*
|
||||
* Allocate in the BSS so we wont require allocation in
|
||||
* Allocate in the BSS so we won't require allocation in
|
||||
* direct reclaim path for CONFIG_CPUMASK_OFFSTACK=y
|
||||
*/
|
||||
static cpumask_t cpus_with_pcps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue