Skip to content

Commit

Permalink
cgroup_pids: fix a typo.
Browse files Browse the repository at this point in the history
This patch fixes a typo in pids_charge() method.

Signed-off-by: Rami Rosen <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
Rami Rosen authored and htejun committed Dec 14, 2015
1 parent 1774939 commit fccd3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/cgroup_pids.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit fccd3af

Please sign in to comment.