notifier: repair slips in kernel-doc comments
[linux-2.6-block.git] / kernel / notifier.c
index 0d5bd62c480ed3c76c6f3bcc3813f7eabb513aa9..ab75637fd904f7d491a97870ef1f1319c0872407 100644 (file)
@@ -62,7 +62,7 @@ static int notifier_chain_unregister(struct notifier_block **nl,
  *                     value of this parameter is -1.
  *     @nr_calls:      Records the number of notifications sent. Don't care
  *                     value of this field is NULL.
- *     @returns:       notifier_call_chain returns the value returned by the
+ *     Return:         notifier_call_chain returns the value returned by the
  *                     last notifier function called.
  */
 static int notifier_call_chain(struct notifier_block **nl,
@@ -105,13 +105,13 @@ NOKPROBE_SYMBOL(notifier_call_chain);
  * @val_up:    Value passed unmodified to the notifier function
  * @val_down:  Value passed unmodified to the notifier function when recovering
  *              from an error on @val_up
- * @v          Pointer passed unmodified to the notifier function
+ * @v:         Pointer passed unmodified to the notifier function
  *
  * NOTE:       It is important the @nl chain doesn't change between the two
  *             invocations of notifier_call_chain() such that we visit the
  *             exact same notifier callbacks; this rules out any RCU usage.
  *
- * Returns:    the return value of the @val_up call.
+ * Return    the return value of the @val_up call.
  */
 static int notifier_call_chain_robust(struct notifier_block **nl,
                                     unsigned long val_up, unsigned long val_down,