counter: linux/counter.h: fix Excess kernel-doc description warning
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 23 Dec 2023 05:05:11 +0000 (21:05 -0800)
committerWilliam Breathitt Gray <wbg@kernel.org>
Tue, 2 Apr 2024 17:10:33 +0000 (13:10 -0400)
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: f2ee4759fb70 ("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>
include/linux/counter.h

index 702e9108bbb44e77721a52578717611dd60b2b33..b767b5c821f58e0d79f8a167ea7259d370b2df53 100644 (file)
@@ -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