]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/cgroup.c
tg3: Add 5719 PCI device and phy IDs
[net-next-2.6.git] / kernel / cgroup.c
index e9ec642932eee62ec7f6a4c67e2503e921aebbb6..422cb19f156ef9b7a6f5ab8968ade8a618ea5d88 100644 (file)
@@ -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.
  */