Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1721656
| From | Greg KH <greg@kroah.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] mod_devicetable.h: Fix docs build warnings |
| Date | 2017-08-28 16:20 +0200 |
| Message-ID | <ujt3u-6CP-29@gated-at.bofh.it> (permalink) |
| References | <u6RGi-12s-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jul 24, 2017 at 01:54:17PM -0600, Jonathan Corbet wrote: > Commit 0afef45654ae908536278ecb143ded5bbc713391 (staging: fsl-mc: add > support for device table matching) added kerneldoc comments for two > nonexistent structure fields, leading to these warnings in the docs build: > > ./include/linux/mod_devicetable.h:687: warning: Excess struct/union/enum/typedef member 'ver_major' description in 'fsl_mc_device_id' > ./include/linux/mod_devicetable.h:687: warning: Excess struct/union/enum/typedef member 'ver_minor' description in 'fsl_mc_device_id' > > Remove the offending lines to make the docs build a bit quieter. > > CC: Stuart Yoder <stuart.yoder@nxp.com> > Signed-off-by: Jonathan Corbet <corbet@lwn.net> > --- > Greg, you seem as likely a person as any to take this one...? Yes, I'll take it, someone else just sent this to me before you did so I'll add your signed-off-by to it and use it. thanks, greg k-h
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] mod_devicetable.h: Fix docs build warnings Greg KH <greg@kroah.com> - 2017-08-28 16:20 +0200
csiph-web