lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <d752d157-659b-4d05-90a9-ebbf19c07068@infradead.org> Date: Wed, 27 Dec 2023 13:40:01 -0800 From: Randy Dunlap <rdunlap@...radead.org> To: William Breathitt Gray <william.gray@...aro.org> Cc: linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org Subject: Re: [PATCH] counter: linux/counter.h: fix Excess kernel-doc description warning On 12/27/23 06:35, William Breathitt Gray wrote: > On Fri, Dec 22, 2023 at 09:05:11PM -0800, Randy Dunlap wrote: >> 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 > > Hi Randy, > > Would you provide a Fixes tag for the commit that removed the 'priv' > member so we can track when this warning appeared? You can respond with > it to this thread and I'll add it in when I merge your patch. Fixes: f2ee4759fb70 ("counter: remove old and now unused registration API") Thank you. -- #Randy
Powered by blists - more mailing lists