summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorFabrice Gasnier <fabrice.gasnier@foss.st.com>2023-08-29 15:40:23 +0200
committerWilliam Breathitt Gray <william.gray@linaro.org>2023-10-16 11:38:56 -0400
commit7904cdf1397c9391178ce53a7ebfa099c6bc4a59 (patch)
treecb720d54d7731f1535c730f274c6aef5a2433921 /include/uapi/linux
parent58720809f52779dc0f08e53e54b014209d13eebb (diff)
downloadlinux-stable-7904cdf1397c9391178ce53a7ebfa099c6bc4a59.tar.gz
linux-stable-7904cdf1397c9391178ce53a7ebfa099c6bc4a59.tar.bz2
linux-stable-7904cdf1397c9391178ce53a7ebfa099c6bc4a59.zip
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 <fabrice.gasnier@foss.st.com> Link: https://lore.kernel.org/r/20230829134029.2402868-3-fabrice.gasnier@foss.st.com Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/counter.h2
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.
*/