Skip to content

Commit 2399cde

Browse files
committed
Merge tag 'counter-updates-for-6.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-next
William writes: First set of Counter updates for the 6.7 cycle A minor typographical error is fixed in the description comment block for struct counter_component. * tag 'counter-updates-for-6.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter: counter: chrdev: remove a typo in header file comment
2 parents b4b6cc1 + 7904cdf commit 2399cde

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)