rv: Update rv_en(dis)able_monitor doc to match kernel-doc
[linux-2.6-block.git] / kernel / trace / rv / rv.c
index 2f68e93fff0bc93691de3409f6f168c6c8d5b827..df0745a42a3f353336e12a56bfcb45b2b4fab458 100644 (file)
@@ -245,6 +245,7 @@ static int __rv_disable_monitor(struct rv_monitor_def *mdef, bool sync)
 
 /**
  * rv_disable_monitor - disable a given runtime monitor
+ * @mdef: Pointer to the monitor definition structure.
  *
  * Returns 0 on success.
  */
@@ -256,6 +257,7 @@ int rv_disable_monitor(struct rv_monitor_def *mdef)
 
 /**
  * rv_enable_monitor - enable a given runtime monitor
+ * @mdef: Pointer to the monitor definition structure.
  *
  * Returns 0 on success, error otherwise.
  */