All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] gpio: fix kernel-doc after devres.c file rename
@ 2018-10-07 22:57 Randy Dunlap
  2018-10-10 11:49 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2018-10-07 22:57 UTC (permalink / raw)
  To: LKML, linux-gpio, Linus Walleij

From: Randy Dunlap <rdunlap@infradead.org>

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>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
---
 Documentation/driver-api/gpio/index.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20181005.orig/Documentation/driver-api/gpio/index.rst
+++ linux-next-20181005/Documentation/driver-api/gpio/index.rst
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] gpio: fix kernel-doc after devres.c file rename
  2018-10-07 22:57 [PATCH -next] gpio: fix kernel-doc after devres.c file rename Randy Dunlap
@ 2018-10-10 11:49 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2018-10-10 11:49 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, open list:GPIO SUBSYSTEM

On Mon, Oct 8, 2018 at 12:57 AM Randy Dunlap <rdunlap@infradead.org> wrote:

> From: Randy Dunlap <rdunlap@infradead.org>
>
> 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>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: linux-gpio@vger.kernel.org

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-10 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-07 22:57 [PATCH -next] gpio: fix kernel-doc after devres.c file rename Randy Dunlap
2018-10-10 11:49 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.