diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2023-12-22 21:05:11 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-12 11:03:34 +0200 |
| commit | d9b71858119c7850b84e909b29d691953693c883 (patch) | |
| tree | 34d93ffd278097f1d4daa4460e9d7a018ad38031 /include | |
| parent | 49642cc3666a4b0c4e84879ae4baef783c622944 (diff) | |
| download | linux-d9b71858119c7850b84e909b29d691953693c883.tar.gz linux-d9b71858119c7850b84e909b29d691953693c883.tar.bz2 linux-d9b71858119c7850b84e909b29d691953693c883.zip | |
counter: linux/counter.h: fix Excess kernel-doc description warning
[ Upstream commit 416bdb89605d960405178b9bf04df512d1ace1a3 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/counter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/counter.h b/include/linux/counter.h index b63746637de2..246711b76e54 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 |
