diff options
Diffstat (limited to 'Documentation/driver-api/generic-counter.rst')
-rw-r--r-- | Documentation/driver-api/generic-counter.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst index 0c161b1a3be6..8382f01a53e3 100644 --- a/Documentation/driver-api/generic-counter.rst +++ b/Documentation/driver-api/generic-counter.rst | |||
@@ -233,7 +233,7 @@ Userspace Interface | |||
233 | Several sysfs attributes are generated by the Generic Counter interface, | 233 | Several sysfs attributes are generated by the Generic Counter interface, |
234 | and reside under the /sys/bus/counter/devices/counterX directory, where | 234 | and reside under the /sys/bus/counter/devices/counterX directory, where |
235 | counterX refers to the respective counter device. Please see | 235 | counterX refers to the respective counter device. Please see |
236 | Documentation/ABI/testing/sys-bus-counter-generic-sysfs for detailed | 236 | Documentation/ABI/testing/sysfs-bus-counter for detailed |
237 | information on each Generic Counter interface sysfs attribute. | 237 | information on each Generic Counter interface sysfs attribute. |
238 | 238 | ||
239 | Through these sysfs attributes, programs and scripts may interact with | 239 | Through these sysfs attributes, programs and scripts may interact with |
@@ -325,7 +325,7 @@ sysfs attributes, where Y is the unique ID of the respective Count: | |||
325 | 325 | ||
326 | For a more detailed breakdown of the available Generic Counter interface | 326 | For a more detailed breakdown of the available Generic Counter interface |
327 | sysfs attributes, please refer to the | 327 | sysfs attributes, please refer to the |
328 | Documentation/ABI/testing/sys-bus-counter file. | 328 | Documentation/ABI/testing/sysfs-bus-counter file. |
329 | 329 | ||
330 | The Signals and Counts associated with the Counter device are registered | 330 | The Signals and Counts associated with the Counter device are registered |
331 | to the system as well by the counter_register function. The | 331 | to the system as well by the counter_register function. The |