Re: [PATCH resend] hsi: fix kernel-doc warnings

2013-03-03 Thread Randy Dunlap
On 03/03/13 18:56, Linus Walleij wrote: > On Fri, Mar 1, 2013 at 8:11 PM, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix kernel-doc warnings in hsi files: >> >> Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef >> member 'e_handler' description in 'hsi_client' >> War

Re: [PATCH resend] hsi: fix kernel-doc warnings

2013-03-03 Thread Linus Walleij
On Fri, Mar 1, 2013 at 8:11 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc warnings in hsi files: > > Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member > 'e_handler' description in 'hsi_client' > Warning(include/linux/hsi/hsi.h:136): Excess struct/un

[PATCH resend] hsi: fix kernel-doc warnings

2013-03-01 Thread Randy Dunlap
From: Randy Dunlap Fix kernel-doc warnings in hsi files: Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'e_handler' description in 'hsi_client' Warning(include/linux/hsi/hsi.h:136): Excess struct/union/enum/typedef member 'pclaimed' description in 'hsi_client' Wa