Skip to content

Commit 7904cdf

Browse files
Fabrice GasnierWilliam Breathitt Gray
authored andcommitted
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>
1 parent 5872080 commit 7904cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/counter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum counter_scope {
3838
*
3939
* For example, if the Count 2 ceiling extension of Counter device 4 is desired,
4040
* set type equal to COUNTER_COMPONENT_EXTENSION, scope equal to
41-
* COUNTER_COUNT_SCOPE, parent equal to 2, and id equal to the value provided by
41+
* COUNTER_SCOPE_COUNT, parent equal to 2, and id equal to the value provided by
4242
* the respective /sys/bus/counter/devices/counter4/count2/ceiling_component_id
4343
* sysfs attribute.
4444
*/

0 commit comments

Comments
 (0)