mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
counter: linux/counter.h: fix Excess kernel-doc description warning
Remove the @priv: line to prevent the kernel-doc warning:
include/linux/counter.h:400: warning: Excess struct member 'priv' description in 'counter_device'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Fixes: f2ee4759fb ("counter: remove old and now unused registration API")
Link: https://lore.kernel.org/r/20231223050511.13849-1-rdunlap@infradead.org
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
This commit is contained in:
committed by
William Breathitt Gray
parent
39cd87c4eb
commit
416bdb8960
@@ -359,7 +359,6 @@ struct counter_ops {
|
||||
* @num_counts: number of Counts specified in @counts
|
||||
* @ext: optional array of Counter device extensions
|
||||
* @num_ext: number of Counter device extensions specified in @ext
|
||||
* @priv: optional private data supplied by driver
|
||||
* @dev: internal device structure
|
||||
* @chrdev: internal character device structure
|
||||
* @events_list: list of current watching Counter events
|
||||
|
||||
Reference in New Issue
Block a user