Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] Removed priv field description to prevent kernel doc warning
@ 2024-03-03 14:03 R SUNDAR
  2024-03-03 14:12 ` William Breathitt Gray
  0 siblings, 1 reply; 2+ messages in thread
From: R SUNDAR @ 2024-03-03 14:03 UTC (permalink / raw)
  To: william.gray; +Cc: linux-iio, linux-kernel, R SUNDAR

./include/linux/counter.h:400: warning: Excess struct member 'priv' description in 'counter_device'

Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
---
 include/linux/counter.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/counter.h b/include/linux/counter.h
index 702e9108bbb4..b767b5c821f5 100644
--- a/include/linux/counter.h
+++ b/include/linux/counter.h
@@ -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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-03 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 14:03 [PATCH] Removed priv field description to prevent kernel doc warning R SUNDAR
2024-03-03 14:12 ` William Breathitt Gray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox