lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 22 Aug 2020 21:05:08 -0700 From: Randy Dunlap <rdunlap@...radead.org> To: linux-kernel@...r.kernel.org Cc: Randy Dunlap <rdunlap@...radead.org>, Andrew Morton <akpm@...ux-foundation.org>, Matthew Wilcox <willy@...radead.org> Subject: [PATCH] lib: radix-tree: delete duplicated words Drop the repeated word "be". Signed-off-by: Randy Dunlap <rdunlap@...radead.org> Cc: Andrew Morton <akpm@...ux-foundation.org> Cc: Matthew Wilcox <willy@...radead.org> --- lib/radix-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200730.orig/lib/radix-tree.c +++ linux-next-20200730/lib/radix-tree.c @@ -325,7 +325,7 @@ static __must_check int __radix_tree_pre 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. */ gfp_mask &= ~__GFP_ACCOUNT;
Powered by blists - more mailing lists