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)
commitfba388032cf260761e5e9b05e8c0dd93417a00b4
treeffeb44ddc2bb43523e035ec55b2192eb02887741
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
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: 09e7d4ed8991 ("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