projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1774939
)
cgroup_pids: fix a typo.
author
Rami Rosen
<rami.rosen@intel.com>
Sun, 13 Dec 2015 20:13:08 +0000
(22:13 +0200)
committer
Tejun Heo
<tj@kernel.org>
Mon, 14 Dec 2015 19:54:37 +0000
(14:54 -0500)
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>
kernel/cgroup_pids.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/cgroup_pids.c
b/kernel/cgroup_pids.c
index 18107aea289506b2d09700c7da7d9bc38db4bb09..303097b374294cf4eb59d4d1a28e4a4a69e4d480 100644
(file)
--- 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.
+ * succe
e
ded, otherwise -EAGAIN.
*/
static int pids_try_charge(struct pids_cgroup *pids, int num)
{