diff options
| author | Kees Cook <keescook@chromium.org> | 2013-12-05 15:38:19 -0300 | 
|---|---|---|
| committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-10 17:13:33 -0200 | 
| commit | 8a38db133358f9370e6bb453371e630495c59070 (patch) | |
| tree | a88c826f81e74f98efa704f51dd608eb4ed86343 /Documentation/cgroups | |
| parent | a51cd8f5d0a21ccc8d313a9992293ab2541b40a8 (diff) | |
| download | linux-8a38db133358f9370e6bb453371e630495c59070.tar.bz2 | |
[media] doc: no singing
Stop that, stop that! You're not going to do a song while I'm here.
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/cgroups')
| -rw-r--r-- | Documentation/cgroups/resource_counter.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Documentation/cgroups/resource_counter.txt b/Documentation/cgroups/resource_counter.txt index c4d99ed0b418..caa6d662b230 100644 --- a/Documentation/cgroups/resource_counter.txt +++ b/Documentation/cgroups/resource_counter.txt @@ -95,7 +95,7 @@ to work with it.   f. u64 res_counter_uncharge_until  		(struct res_counter *rc, struct res_counter *top, -		 unsinged long val) +		 unsigned long val)  	Almost same as res_cunter_uncharge() but propagation of uncharge  	stops when rc == top. This is useful when kill a res_coutner in |