All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] counter: fix docum. build problems after filename change
@ 2021-10-05  5:51 Randy Dunlap
  2021-10-05  6:02 ` William Breathitt Gray
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-10-05  5:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, William Breathitt Gray, linux-iio,
	Jonathan Cameron, Jonathan Corbet, linux-doc

Fix documentation build warnings due to a source file being
renamed.

WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -sphinx-version 1.8.5 -export ../drivers/counter/counter.c' failed with return code 2

Error: Cannot open file ../drivers/counter/counter.c

Fixes: d70e46af7531 ("counter: Internalize sysfs interface code")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: linux-iio@vger.kernel.org
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---
 Documentation/driver-api/generic-counter.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20211001.orig/Documentation/driver-api/generic-counter.rst
+++ linux-next-20211001/Documentation/driver-api/generic-counter.rst
@@ -247,7 +247,7 @@ for defining a counter device.
 .. kernel-doc:: include/linux/counter.h
    :internal:
 
-.. kernel-doc:: drivers/counter/counter.c
+.. kernel-doc:: drivers/counter/counter-core.c
    :export:
 
 Driver Implementation

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

end of thread, other threads:[~2021-10-07 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  5:51 [PATCH -next] counter: fix docum. build problems after filename change Randy Dunlap
2021-10-05  6:02 ` William Breathitt Gray
2021-10-07 15:37   ` Jonathan Cameron

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.