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: remove kernel-doc warnings

remove make W=1 warning:

drivers/base/core.c:1670: warning: Function parameter or member
'flags' not described in 'fw_devlink_create_devlink'

drivers/base/core.c:1670: warning: Function parameter or member 'con'
not described in 'fw_devlink_create_devlink'

drivers/base/core.c:1670: warning: Function parameter or member
'sup_handle' not described in 'fw_devlink_create_devlink'

drivers/base/core.c:1670: warning: Function parameter or member
'flags' not described in 'fw_devlink_create_devlink'

drivers/base/core.c:1763: warning: Function parameter or member 'dev'
not described in '__fw_devlink_link_to_consumers'

drivers/base/core.c:1844: warning: Function parameter or member 'dev'
not described in '__fw_devlink_link_to_suppliers'

drivers/base/core.c:1844: warning: Function parameter or member
'fwnode' not described in '__fw_devlink_link_to_suppliers'

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210331232614.304591-2-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
37c52f74 d225ef6f

+6 -5
+6 -5
drivers/base/core.c
··· 1647 1647 1648 1648 /** 1649 1649 * fw_devlink_create_devlink - Create a device link from a consumer to fwnode 1650 - * @con - Consumer device for the device link 1651 - * @sup_handle - fwnode handle of supplier 1650 + * @con: consumer device for the device link 1651 + * @sup_handle: fwnode handle of supplier 1652 + * @flags: devlink flags 1652 1653 * 1653 1654 * This function will try to create a device link between the consumer device 1654 1655 * @con and the supplier device represented by @sup_handle. ··· 1745 1744 1746 1745 /** 1747 1746 * __fw_devlink_link_to_consumers - Create device links to consumers of a device 1748 - * @dev - Device that needs to be linked to its consumers 1747 + * @dev: Device that needs to be linked to its consumers 1749 1748 * 1750 1749 * This function looks at all the consumer fwnodes of @dev and creates device 1751 1750 * links between the consumer device and @dev (supplier). ··· 1815 1814 1816 1815 /** 1817 1816 * __fw_devlink_link_to_suppliers - Create device links to suppliers of a device 1818 - * @dev - The consumer device that needs to be linked to its suppliers 1819 - * @fwnode - Root of the fwnode tree that is used to create device links 1817 + * @dev: The consumer device that needs to be linked to its suppliers 1818 + * @fwnode: Root of the fwnode tree that is used to create device links 1820 1819 * 1821 1820 * This function looks at all the supplier fwnodes of fwnode tree rooted at 1822 1821 * @fwnode and creates device links between @dev (consumer) and all the