From: Fabrice Gasnier Date: Tue, 29 Aug 2023 13:40:23 +0000 (+0200) Subject: counter: chrdev: remove a typo in header file comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7904cdf1397c9391178ce53a7ebfa099c6bc4a59;p=linux.git 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 Link: https://lore.kernel.org/r/20230829134029.2402868-3-fabrice.gasnier@foss.st.com Signed-off-by: William Breathitt Gray --- diff --git a/include/uapi/linux/counter.h b/include/uapi/linux/counter.h index fc248ef00e868..008a691c254bd 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. */