Re: [PATCH] HSI: Remove struct hsi_client private fields from kernel-doc

2015-11-21 Thread Sebastian Reichel
Hi, On Thu, Oct 08, 2015 at 09:11:48AM +0200, Javier Martinez Canillas wrote: > The kernel-doc how to says that structure fields that are inside a > "private:" area shouldn't be listed in the generated documentation > but the private fields for struct hsi_client private are listed. > > This also

Re: [PATCH] HSI: Remove struct hsi_client private fields from kernel-doc

2015-11-13 Thread Sebastian Reichel
On Fri, Nov 13, 2015 at 02:08:22PM -0300, Javier Martinez Canillas wrote: > Hello Sebastian, > > On 10/08/2015 04:11 AM, Javier Martinez Canillas wrote: > > The kernel-doc how to says that structure fields that are inside a > > "private:" area shouldn't be listed in the generated documentation > >

Re: [PATCH] HSI: Remove struct hsi_client private fields from kernel-doc

2015-11-13 Thread Javier Martinez Canillas
Hello Sebastian, On 10/08/2015 04:11 AM, Javier Martinez Canillas wrote: > The kernel-doc how to says that structure fields that are inside a > "private:" area shouldn't be listed in the generated documentation > but the private fields for struct hsi_client private are listed. > > This also fixes

[PATCH] HSI: Remove struct hsi_client private fields from kernel-doc

2015-10-08 Thread Javier Martinez Canillas
The kernel-doc how to says that structure fields that are inside a "private:" area shouldn't be listed in the generated documentation but the private fields for struct hsi_client private are listed. This also fixes the following make htmldocs warnings: .//include/linux/hsi/hsi.h:150: warning: Exc