Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fccd3af5 authored by Rami Rosen's avatar Rami Rosen Committed by Tejun Heo
Browse files

cgroup_pids: fix a typo.



This patch fixes a typo in pids_charge() method.

Signed-off-by: default avatarRami Rosen <rami.rosen@intel.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 17749398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{