driver core: Add missing parameter description to __fwnode_link_add()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Sep 2023 19:50:48 +0000 (22:50 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2023 11:11:35 +0000 (13:11 +0200)
commitf1ac370cdda304d2fed44455ae685c7ee9539c0a
treee66e35d097cad54f16c248ead6bbfade4e3591f8
parent7523d330aac7190f738998a52df8d5aa14293280
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: 6a6dfdf8b3ff ("driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230919195048.3197551-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c