git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f4be2
)
cgroup: clean up css_[try]get() and css_put()
author
Tejun Heo
<tj@kernel.org>
Thu, 13 Jun 2013 04:04:52 +0000
(21:04 -0700)
committer
Tejun Heo
<tj@kernel.org>
Thu, 13 Jun 2013 17:55:17 +0000
(10:55 -0700)
* __css_get() isn't used by anyone. Fold it into css_get().
* Add proper function comments to all css reference functions.
This patch is purely cosmetic.
v2: Typo fix as per Li.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
No differences found