* [PATCH] gpiolib: cdev: Fix reference to linereq_set_config_unlocked()
@ 2024-09-24 15:56 Kent Gibson
2024-09-30 8:22 ` Bartosz Golaszewski
0 siblings, 1 reply; 2+ messages in thread
From: Kent Gibson @ 2024-09-24 15:56 UTC (permalink / raw)
To: linux-kernel, linux-gpio, brgl, linus.walleij; +Cc: Kent Gibson
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>
---
drivers/gpio/gpiolib-cdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/gpiolib-cdev.c b/drivers/gpio/gpiolib-cdev.c
index 5aac59de0d76..366c8c5a2e62 100644
--- a/drivers/gpio/gpiolib-cdev.c
+++ b/drivers/gpio/gpiolib-cdev.c
@@ -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.
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpiolib: cdev: Fix reference to linereq_set_config_unlocked()
2024-09-24 15:56 [PATCH] gpiolib: cdev: Fix reference to linereq_set_config_unlocked() Kent Gibson
@ 2024-09-30 8:22 ` Bartosz Golaszewski
0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2024-09-30 8:22 UTC (permalink / raw)
To: linux-kernel, linux-gpio, brgl, linus.walleij, Kent Gibson
Cc: Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
On Tue, 24 Sep 2024 23:56:24 +0800, Kent Gibson wrote:
> 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().
>
>
> [...]
Applied, thanks!
[1/1] gpiolib: cdev: Fix reference to linereq_set_config_unlocked()
commit: f522f396ab801ecaec132948b3766fea3a41359f
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-30 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 15:56 [PATCH] gpiolib: cdev: Fix reference to linereq_set_config_unlocked() Kent Gibson
2024-09-30 8:22 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).