[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231223050511.13849-1-rdunlap@infradead.org>
Date: Fri, 22 Dec 2023 21:05:11 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
William Breathitt Gray <william.gray@...aro.org>,
linux-iio@...r.kernel.org
Subject: [PATCH] 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@...radead.org>
Cc: William Breathitt Gray <william.gray@...aro.org>
Cc: linux-iio@...r.kernel.org
---
include/linux/counter.h | 1 -
1 file changed, 1 deletion(-)
diff -- a/include/linux/counter.h b/include/linux/counter.h
--- 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
Powered by blists - more mailing lists