OSDN Git Service

sched/preempt: Fix preempt notifiers documentation about hlist_del() within unsafe...
[uclinux-h8/linux.git] / kernel / sched / core.c
index af0a5a6..bdb7aa6 100644 (file)
@@ -2165,7 +2165,7 @@ EXPORT_SYMBOL_GPL(preempt_notifier_register);
  * preempt_notifier_unregister - no longer interested in preemption notifications
  * @notifier: notifier struct to unregister
  *
- * This is safe to call from within a preemption notifier.
+ * This is *not* safe to call from within a preemption notifier.
  */
 void preempt_notifier_unregister(struct preempt_notifier *notifier)
 {