diff options
author | Fabrice Gasnier <[email protected]> | 2023-08-29 15:40:23 +0200 |
---|---|---|
committer | William Breathitt Gray <[email protected]> | 2023-10-16 11:38:56 -0400 |
commit | 7904cdf1397c9391178ce53a7ebfa099c6bc4a59 (patch) | |
tree | cb720d54d7731f1535c730f274c6aef5a2433921 | |
parent | 58720809f52779dc0f08e53e54b014209d13eebb (diff) |
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: Fabrice Gasnier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: William Breathitt Gray <[email protected]>
-rw-r--r-- | include/uapi/linux/counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/counter.h b/include/uapi/linux/counter.h index fc248ef00e86..008a691c254b 100644 --- a/include/uapi/linux/counter.h +++ b/include/uapi/linux/counter.h @@ -38,7 +38,7 @@ enum counter_scope { * * For example, if the Count 2 ceiling extension of Counter device 4 is desired, * 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 * sysfs attribute. */ |