Re: [PATCH v2 4/4] tpm/vtpm: fix kdoc warnings

2016-12-03 Thread Jarkko Sakkinen
On Sat, Dec 03, 2016 at 05:36:04PM +0200, Jarkko Sakkinen wrote: > On Wed, Nov 23, 2016 at 12:04:14PM +0200, Tomas Winkler wrote: > > Use corret kdoc format for function description and eliminate warning > > of type: > > > > tpm_ibmvtpm.c:66: warning: No description found for parameter 'count' > >

Re: [PATCH v2 4/4] tpm/vtpm: fix kdoc warnings

2016-12-03 Thread Jarkko Sakkinen
On Wed, Nov 23, 2016 at 12:04:14PM +0200, Tomas Winkler wrote: > Use corret kdoc format for function description and eliminate warning > of type: > > tpm_ibmvtpm.c:66: warning: No description found for parameter 'count' > > Signed-off-by: Tomas Winkler Reviewed-by: Jarkko Sakkinen /Jarkkko >

[PATCH v2 4/4] tpm/vtpm: fix kdoc warnings

2016-11-23 Thread Tomas Winkler
Use corret kdoc format for function description and eliminate warning of type: tpm_ibmvtpm.c:66: warning: No description found for parameter 'count' Signed-off-by: Tomas Winkler --- V2: more fixes drivers/char/tpm/tpm_ibmvtpm.c| 106 -- drivers/char/tpm/t