gpiolib: cdev: Fix reference to linereq_set_config_unlocked()
authorKent Gibson <warthog618@gmail.com>
Tue, 24 Sep 2024 15:56:24 +0000 (23:56 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 30 Sep 2024 08:13:04 +0000 (10:13 +0200)
With the change to cleanup.h guards, linereq_set_config_unlocked() was
collapsed into linereq_set_config(), but documentation referencing it
was not updated to reflect that change.

Update the reference to linereq_set_config().

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240924155624.230130-1-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib-cdev.c

index 78c9d9ed3d687fd268620cd07cb236dce078fa30..6113a283c34af0f2a02d35d87b7d7289216c132f 100644 (file)
@@ -450,7 +450,7 @@ struct line {
         * The flags for the active edge detector configuration.
         *
         * edflags is set by linereq_create(), linereq_free(), and
-        * linereq_set_config_unlocked(), which are themselves mutually
+        * linereq_set_config(), which are themselves mutually
         * exclusive, and is accessed by edge_irq_thread(),
         * process_hw_ts_thread() and debounce_work_func(),
         * which can all live with a slightly stale value.