Commit e0656501 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

lib: radix-tree: delete duplicated words

Drop the repeated word "be".
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200823040508.26086-1-rdunlap@infradead.orgSigned-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4e20ace0
...@@ -325,7 +325,7 @@ static __must_check int __radix_tree_preload(gfp_t gfp_mask, unsigned nr) ...@@ -325,7 +325,7 @@ static __must_check int __radix_tree_preload(gfp_t gfp_mask, unsigned nr)
int ret = -ENOMEM; int ret = -ENOMEM;
/* /*
* Nodes preloaded by one cgroup can be be used by another cgroup, so * Nodes preloaded by one cgroup can be used by another cgroup, so
* they should never be accounted to any particular memory cgroup. * they should never be accounted to any particular memory cgroup.
*/ */
gfp_mask &= ~__GFP_ACCOUNT; gfp_mask &= ~__GFP_ACCOUNT;
......
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