tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"
This patch was generated by git grep -E -i -l '[Aa]quire' | xargs -r perl -p -i -e 's/([Aa])quire/$1cquire/' and the cumsumed was found by checking the diff for aquire. Signed-off-by: Uwe Kleine-Knig <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
0e6779bbcb
commit
21ae2956ce
@@ -1720,7 +1720,7 @@ int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
|
||||
/*
|
||||
* While swap-in, try_charge -> commit or cancel, the page is locked.
|
||||
* And when try_charge() successfully returns, one refcnt to memcg without
|
||||
* struct page_cgroup is aquired. This refcnt will be cumsumed by
|
||||
* struct page_cgroup is acquired. This refcnt will be consumed by
|
||||
* "commit()" or removed by "cancel()"
|
||||
*/
|
||||
int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
|
||||
|
Reference in New Issue
Block a user