From: Rami Rosen Date: Sun, 13 Dec 2015 20:13:08 +0000 (+0200) Subject: cgroup_pids: fix a typo. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fccd3af57100027e5330079819987aade07631ad;p=deliverable%2Flinux.git cgroup_pids: fix a typo. This patch fixes a typo in pids_charge() method. Signed-off-by: Rami Rosen Signed-off-by: Tejun Heo --- diff --git a/kernel/cgroup_pids.c b/kernel/cgroup_pids.c index 18107aea2895..303097b37429 100644 --- a/kernel/cgroup_pids.c +++ b/kernel/cgroup_pids.c @@ -134,7 +134,7 @@ static void pids_charge(struct pids_cgroup *pids, int num) * * This function follows the set limit. It will fail if the charge would cause * the new value to exceed the hierarchical limit. Returns 0 if the charge - * succeded, otherwise -EAGAIN. + * succeeded, otherwise -EAGAIN. */ static int pids_try_charge(struct pids_cgroup *pids, int num) {