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)
commitf522f396ab801ecaec132948b3766fea3a41359f
tree61410ba0def5d5e8f1014960a25c72cbe5997c46
parentec8b6f55b98146c41dcf15e8189eb43291e35e89
gpiolib: cdev: Fix reference to linereq_set_config_unlocked()

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