Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

driver core: attribute_container: remove kernel-doc warnings

Remove make W=1 warnings

drivers/base/attribute_container.c:471: warning: Function parameter or
member 'cont' not described in
'attribute_container_add_class_device_adapter'

drivers/base/attribute_container.c:471: warning: Function parameter or
member 'dev' not described in
'attribute_container_add_class_device_adapter'

drivers/base/attribute_container.c:471: warning: Function parameter or
member 'classdev' not described in
'attribute_container_add_class_device_adapter'

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210331232614.304591-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Pierre-Louis Bossart and committed by
Greg Kroah-Hartman
f4651a7d 37c52f74

+4
+4
drivers/base/attribute_container.c
··· 461 461 /** 462 462 * attribute_container_add_class_device_adapter - simple adapter for triggers 463 463 * 464 + * @cont: the container to register. 465 + * @dev: the generic device to activate the trigger for 466 + * @classdev: the class device to add 467 + * 464 468 * This function is identical to attribute_container_add_class_device except 465 469 * that it is designed to be called from the triggers 466 470 */