Commit 7904cdf1 authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by William Breathitt Gray

counter: chrdev: remove a typo in header file comment

Replace COUNTER_COUNT_SCOPE that doesn't exist by the defined
COUNTER_SCOPE_COUNT.
Signed-off-by: default avatarFabrice Gasnier <fabrice.gasnier@foss.st.com>
Link: https://lore.kernel.org/r/20230829134029.2402868-3-fabrice.gasnier@foss.st.comSigned-off-by: default avatarWilliam Breathitt Gray <william.gray@linaro.org>
parent 58720809
...@@ -38,7 +38,7 @@ enum counter_scope { ...@@ -38,7 +38,7 @@ enum counter_scope {
* *
* For example, if the Count 2 ceiling extension of Counter device 4 is desired, * For example, if the Count 2 ceiling extension of Counter device 4 is desired,
* set type equal to COUNTER_COMPONENT_EXTENSION, scope equal to * set type equal to COUNTER_COMPONENT_EXTENSION, scope equal to
* COUNTER_COUNT_SCOPE, parent equal to 2, and id equal to the value provided by * COUNTER_SCOPE_COUNT, parent equal to 2, and id equal to the value provided by
* the respective /sys/bus/counter/devices/counter4/count2/ceiling_component_id * the respective /sys/bus/counter/devices/counter4/count2/ceiling_component_id
* sysfs attribute. * sysfs attribute.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment