Skip to content

Commit f1ac370

Browse files
andy-shevgregkh
authored andcommitted
driver core: Add missing parameter description to __fwnode_link_add()
The kernel documentation validator is not happy with: drivers/base/core.c:67: warning: Function parameter or member 'flags' not described in '__fwnode_link_add' Add missing parameter description. Fixes: 6a6dfdf ("driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle") Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7523d33 commit f1ac370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/base/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static bool fw_devlink_best_effort;
4949
* __fwnode_link_add - Create a link between two fwnode_handles.
5050
* @con: Consumer end of the link.
5151
* @sup: Supplier end of the link.
52+
* @flags: Link flags.
5253
*
5354
* Create a fwnode link between fwnode handles @con and @sup. The fwnode link
5455
* represents the detail that the firmware lists @sup fwnode as supplying a

0 commit comments

Comments
 (0)