On Thu, 30 May 2019 11:14:54 +0800
kbuild test robot <l...@intel.com> wrote:

> tree:   git://git.lwn.net/linux-2.6 docs-next
> head:   b0d60bfbb60cef1efd699a65e29a94487f8c7b1f
> commit: b0d60bfbb60cef1efd699a65e29a94487f8c7b1f [19/19] kernel-doc: always 
> name missing kerneldoc sections
> reproduce: make htmldocs
> 
> If you fix the issue, kindly add following tag
> Reported-by: kbuild test robot <l...@intel.com>
> 
> All warnings (new ones prefixed by >>):

So, for anybody watching at home, the issue is stuff like this:

> >> include/linux/generic-radix-tree.h:1: warning: 'Generic radix trees/sparse 
> >> arrays' not found  
[...]
> >> drivers/usb/typec/bus.c:1: warning: 'typec_altmode_unregister_driver' not 
> >> found
> >> drivers/usb/typec/bus.c:1: warning: 'typec_altmode_register_driver' not 
> >> found
> >> drivers/usb/typec/class.c:1: warning: 'typec_altmode_register_notifier' 
> >> not found
> >> drivers/usb/typec/class.c:1: warning: 'typec_altmode_unregister_notifier' 
> >> not found  

These warnings are not new, but the text has changed.  They all used to
just read "no structured comments found"; now we know exactly what
kernel-doc was told to look for and didn't find.

Thanks,

jon

Reply via email to