VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 2021-03-31 18:26:09 -0500 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-04-02 16:40:07 +0200 commit: f4651a7dd6f7133d9f1132c46e7005dfdaf10ae0 parent: 37c52f74031bba97a3d27f4549f8bb048682e1c4
Commit Summary:
driver core: attribute_container: remove kernel-doc warnings
Diffstat:
1 file changed, 4 insertions, 0 deletions
diff --git a/drivers/base/attribute_container.c b/drivers/base/attribute_container.c
index f7bd0f4db13d..9c00d203d61e 100644
--- a/drivers/base/attribute_container.c
+++ b/drivers/base/attribute_container.c
@@ -461,6 +461,10 @@ attribute_container_add_class_device(struct device *classdev)
 /**
  * attribute_container_add_class_device_adapter - simple adapter for triggers
  *
+ * @cont: the container to register.
+ * @dev:  the generic device to activate the trigger for
+ * @classdev:	the class device to add
+ *
  * This function is identical to attribute_container_add_class_device except
  * that it is designed to be called from the triggers
  */