]> Git Repo - linux.git/blobdiff - drivers/base/attribute_container.c
net/sched: Retire dsmark qdisc
[linux.git] / drivers / base / attribute_container.c
index 9c00d203d61e3d1444011e7c7a83728813a70aea..01ef796c2055a0c2815cb54086ed662d7bc4e96d 100644 (file)
@@ -284,8 +284,8 @@ fail:
  * matching classdev or fail all of them.
  *
  * @dev:  The generic device to run the trigger for
- * @fn   the function to execute for each classdev.
- * @undo  A function to undo the work previously done in case of error
+ * @fn:   the function to execute for each classdev.
+ * @undo: A function to undo the work previously done in case of error
  *
  * This function is a safe version of
  * attribute_container_device_trigger. It stops on the first error and
@@ -343,7 +343,7 @@ attribute_container_device_trigger_safe(struct device *dev,
  * attribute_container_device_trigger - execute a trigger for each matching classdev
  *
  * @dev:  The generic device to run the trigger for
- * @fn   the function to execute for each classdev.
+ * @fn:   the function to execute for each classdev.
  *
  * This function is for executing a trigger when you need to know both
  * the container and the classdev.  If you only care about the
This page took 0.040205 seconds and 4 git commands to generate.