cgroup_pids: fix a typo.
This patch fixes a typo in pids_charge() method. Signed-off-by: Rami Rosen <rami.rosen@intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
177493987c
commit
fccd3af571
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* 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
|
* 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)
|
static int pids_try_charge(struct pids_cgroup *pids, int num)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue