Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-11-14 Thread Jarkko Sakkinen
On Mon, Nov 14, 2016 at 01:05:41PM +, Winkler, Tomas wrote: > .org > > Subject: Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors > > > > On Tue, Nov 01, 2016 at 03:05:14AM +0200, Tomas Winkler wrote: > > > Use correct kdoc format, describe correc

Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-11-14 Thread Jarkko Sakkinen
On Mon, Nov 14, 2016 at 01:05:41PM +, Winkler, Tomas wrote: > .org > > Subject: Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors > > > > On Tue, Nov 01, 2016 at 03:05:14AM +0200, Tomas Winkler wrote: > > > Use correct kdoc format, describe correc

RE: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-11-14 Thread Winkler, Tomas
.org > Subject: Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors > > On Tue, Nov 01, 2016 at 03:05:14AM +0200, Tomas Winkler wrote: > > Use correct kdoc format, describe correct parameters and return values. > > > > Signed-off-by: Tomas Winkler <tomas.wink...@intel.

RE: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-11-14 Thread Winkler, Tomas
.org > Subject: Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors > > On Tue, Nov 01, 2016 at 03:05:14AM +0200, Tomas Winkler wrote: > > Use correct kdoc format, describe correct parameters and return values. > > > > Signed-off-by: Tomas Winkler > > --- >

Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-11-03 Thread Jarkko Sakkinen
On Tue, Nov 01, 2016 at 03:05:14AM +0200, Tomas Winkler wrote: > Use correct kdoc format, describe correct parameters and return values. > > Signed-off-by: Tomas Winkler > --- > drivers/char/tpm/tpm2-cmd.c | 107 > +++- > 1 file

Re: [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-11-03 Thread Jarkko Sakkinen
On Tue, Nov 01, 2016 at 03:05:14AM +0200, Tomas Winkler wrote: > Use correct kdoc format, describe correct parameters and return values. > > Signed-off-by: Tomas Winkler > --- > drivers/char/tpm/tpm2-cmd.c | 107 > +++- > 1 file changed, 66

[PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-10-31 Thread Tomas Winkler
Use correct kdoc format, describe correct parameters and return values. Signed-off-by: Tomas Winkler --- drivers/char/tpm/tpm2-cmd.c | 107 +++- 1 file changed, 66 insertions(+), 41 deletions(-) diff --git

[PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

2016-10-31 Thread Tomas Winkler
Use correct kdoc format, describe correct parameters and return values. Signed-off-by: Tomas Winkler --- drivers/char/tpm/tpm2-cmd.c | 107 +++- 1 file changed, 66 insertions(+), 41 deletions(-) diff --git a/drivers/char/tpm/tpm2-cmd.c