Skip to content

Commit

Permalink
docs: generic-counter.rst: fix broken references for ABI file
Browse files Browse the repository at this point in the history
There are two references to the generic counter ABI, with was added
on a separate patch. Both point to a non-existing file.

Fix them.

Fixes: ea2b23b ("counter: Documentation: Add Generic Counter sysfs documentation")
Fixes: 09e7d4e ("docs: Add Generic Counter interface documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Mauro Carvalho Chehab authored and Jonathan Cameron committed Jul 27, 2019
1 parent 1244a72 commit 41e6ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/driver-api/generic-counter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Userspace Interface
Several sysfs attributes are generated by the Generic Counter interface,
and reside under the /sys/bus/counter/devices/counterX directory, where
counterX refers to the respective counter device. Please see
Documentation/ABI/testing/sys-bus-counter-generic-sysfs for detailed
Documentation/ABI/testing/sysfs-bus-counter for detailed
information on each Generic Counter interface sysfs attribute.

Through these sysfs attributes, programs and scripts may interact with
Expand Down Expand Up @@ -325,7 +325,7 @@ sysfs attributes, where Y is the unique ID of the respective Count:

For a more detailed breakdown of the available Generic Counter interface
sysfs attributes, please refer to the
Documentation/ABI/testing/sys-bus-counter file.
Documentation/ABI/testing/sysfs-bus-counter file.

The Signals and Counts associated with the Counter device are registered
to the system as well by the counter_register function. The
Expand Down

0 comments on commit 41e6ada

Please sign in to comment.