From: Andrew Morton Cc: Balbir Singh Cc: KAMEZAWA Hiroyuki Cc: Pavel Emelyanov Cc: Randy Dunlap Cc: Li Zefan Signed-off-by: Andrew Morton --- Documentation/controllers/resource_counter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/controllers/resource_counter.txt~add-a-document-describing-the-resource-counter-abstraction-v2-fix Documentation/controllers/resource_counter.txt --- a/Documentation/controllers/resource_counter.txt~add-a-document-describing-the-resource-counter-abstraction-v2-fix +++ a/Documentation/controllers/resource_counter.txt @@ -70,7 +70,7 @@ to work with it. c. void res_counter_uncharge[_locked] (struct res_counter *rc, unsigned long val) - When a resource is released (freed) is should be de-accounted + When a resource is released (freed) it should be de-accounted from the resource counter it was accounted to. This is called "uncharging". _