Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'counter-updates-for-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-next

William writes:

Counter updates for 7.1

A cleanup patch for sysfs to remove a superfluous return statement in
counter_sysfs_attr_add() that was unintentionally left during an earlier
refactor.

* tag 'counter-updates-for-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wbg/counter:
counter: sysfs: remove double return in counter_sysfs_attr_add()

-2
-2
drivers/counter/counter-sysfs.c
··· 1101 1101 /* Add device extensions */ 1102 1102 return counter_sysfs_exts_add(dev, cattr_group, counter->ext, 1103 1103 counter->num_ext, scope, NULL); 1104 - 1105 - return 0; 1106 1104 } 1107 1105 1108 1106 /**