X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fcgroup.c;h=422cb19f156ef9b7a6f5ab8968ade8a618ea5d88;hb=29d03fa12bc02c0f8085cd6bb06d11359a4bccaf;hp=e9ec642932eee62ec7f6a4c67e2503e921aebbb6;hpb=dfacc4d6c98b89609250269f518c1f54c30454ef;p=pandora-kernel.git diff --git a/kernel/cgroup.c b/kernel/cgroup.c index e9ec642932ee..422cb19f156e 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c @@ -2994,7 +2994,6 @@ static void cgroup_event_remove(struct work_struct *work) remove); struct cgroup *cgrp = event->cgrp; - /* TODO: check return code */ event->cft->unregister_event(cgrp, event->cft, event->eventfd); eventfd_ctx_put(event->eventfd); @@ -3615,7 +3614,7 @@ static void __init cgroup_init_subsys(struct cgroup_subsys *ss) * @ss: the subsystem to load * * This function should be called in a modular subsystem's initcall. If the - * subsytem is built as a module, it will be assigned a new subsys_id and set + * subsystem is built as a module, it will be assigned a new subsys_id and set * up for use. If the subsystem is built-in anyway, work is delegated to the * simpler cgroup_init_subsys. */