]> git.baikalelectronics.ru Git - kernel.git/commit
counter: fix Documentation build error due to incorrect source file name
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 19 May 2019 04:29:58 +0000 (21:29 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 20 May 2019 19:18:45 +0000 (13:18 -0600)
commitd8d4663be2a074969252cf465d9439d3925c387d
treeffeb44ddc2bb43523e035ec55b2192eb02887741
parent49250288820449e26abffc1305ba221bd05ce90d
counter: fix Documentation build error due to incorrect source file name

Fix kernel-doc build error in Documentation/driver-api/generic-counter.rst
of incorrect source file name.
Fixes this warning and error:

Error: Cannot open file ../drivers/counter/generic-counter.c
WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -export ../drivers/counter/generic-counter.c' failed with return code 2

Fixes: cf3525392475 ("docs: Add Generic Counter interface documentation")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/generic-counter.rst