mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 01:09:38 -05:00
gpio: fix kernel-doc after devres.c file rename
Fix gpio kernel-doc generation after rename of the devres.c file. Fixes these errors & warning: Error: Cannot open file ../drivers/gpio/devres.c Error: Cannot open file ../drivers/gpio/devres.c WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -export ../drivers/gpio/devres.c' failed with return code 2 Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
3925b90fa4
commit
7a42781eee
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Device tree support
|
|||
Device-managed API
|
||||
==================
|
||||
|
||||
.. kernel-doc:: drivers/gpio/devres.c
|
||||
.. kernel-doc:: drivers/gpio/gpiolib-devres.c
|
||||
:export:
|
||||
|
||||
sysfs helpers
|
||||
|
|
Loading…
Add table
Reference in a new issue