diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-24 16:29:43 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2021-05-24 12:45:26 -0400 |
commit | 08b2b6fdf6b26032f025084ce2893924a0cdb4a2 (patch) | |
tree | 137a831474ee61a4b50dc990b9a34bd652bc97bf /kernel/cgroup/rdma.c | |
parent | 45e1ba40837ac2f6f4d4716bddb8d44bd7e4a251 (diff) |
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.c | 2 |
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. |