devm-helpers: Fix devm_delayed_work_autocancel() kerneldoc
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Wed, 21 Apr 2021 18:11:32 +0000 (21:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Apr 2021 06:20:15 +0000 (08:20 +0200)
commita943d76352dbb4707a5e5537bbe696c00f5ddd36
treeac4dd66cca7fffd1f83323c7ae7de094805fe30b
parentbd2a895f21eb9195a42e52e5f451dccc854cc71d
devm-helpers: Fix devm_delayed_work_autocancel() kerneldoc

The kerneldoc for devm_delayed_work_autocancel() contains invalid
parameter description.

Fix the parameter description. And while at it - make it more obvous that
this function operates on delayed_work. That helps differentiating with
resource-managed INIT_WORK description (which should follow in near future)

Fixes: 0341ce544394 ("workqueue: Add resource managed version of delayed work init")
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/db3a8b4b8899fdf109a0cc760807de12d3b4f09b.1619028482.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/devm-helpers.h