summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/rdma.c
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2021-05-24 16:29:43 +0800
committerTejun Heo <tj@kernel.org>2021-05-24 12:45:26 -0400
commit08b2b6fdf6b26032f025084ce2893924a0cdb4a2 (patch)
tree137a831474ee61a4b50dc990b9a34bd652bc97bf /kernel/cgroup/rdma.c
parent45e1ba40837ac2f6f4d4716bddb8d44bd7e4a251 (diff)
downloadlinux-08b2b6fdf6b26032f025084ce2893924a0cdb4a2.tar.gz
linux-08b2b6fdf6b26032f025084ce2893924a0cdb4a2.tar.bz2
linux-08b2b6fdf6b26032f025084ce2893924a0cdb4a2.zip
cgroup: fix spelling mistakes
Fix some spelling mistakes in comments: hierarhcy ==> hierarchy automtically ==> automatically overriden ==> overridden In absense of .. or ==> In absence of .. and assocaited ==> associated taget ==> target initate ==> initiate succeded ==> succeeded curremt ==> current udpated ==> updated Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup/rdma.c')
-rw-r--r--kernel/cgroup/rdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/rdma.c b/kernel/cgroup/rdma.c
index ae042c347c64..3135406608c7 100644
--- a/kernel/cgroup/rdma.c
+++ b/kernel/cgroup/rdma.c
@@ -244,7 +244,7 @@ EXPORT_SYMBOL(rdmacg_uncharge);
* This function follows charging resource in hierarchical way.
* It will fail if the charge would cause the new value to exceed the
* hierarchical limit.
- * Returns 0 if the charge succeded, otherwise -EAGAIN, -ENOMEM or -EINVAL.
+ * Returns 0 if the charge succeeded, otherwise -EAGAIN, -ENOMEM or -EINVAL.
* Returns pointer to rdmacg for this resource when charging is successful.
*
* Charger needs to account resources on two criteria.