]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drivers: core: fw_devlink: Fix excess parameter description in docstring
authorAmit Vadhavana <av2082000@gmail.com>
Mon, 11 Nov 2024 16:52:53 +0000 (22:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2024 12:10:50 +0000 (13:10 +0100)
commitf841224f03029225dec70ee1f12ffc2473ed067a
treefd1e072fc2d084591f303d6e33fae780e5cfb1dc
parentf659e8fb8f075dfcc0bd6800935f78ec021c7f25
drivers: core: fw_devlink: Fix excess parameter description in docstring

Replace the parameter name 'con' with 'con_handle' in the docstring of
__fw_devlink_relax_cycles() to resolve the kernel-doc warning about an
excess parameter description.

Address the following warning:
./drivers/base/core.c:1994: warning: Excess function parameter 'con' description in '__fw_devlink_relax_cycles'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20241107223528.3781323e@canb.auug.org.au/
Signed-off-by: Amit Vadhavana <av2082000@gmail.com>
Link: https://lore.kernel.org/r/20241111165253.16672-1-av2082000@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c