Re: [PATCH] tpm: fix duplicate inline declaration specifier

2017-10-04 Thread Jarkko Sakkinen
On Fri, Sep 29, 2017 at 08:17:04PM +0300, Jarkko Sakkinen wrote: > On Tue, Sep 26, 2017 at 01:58:57PM +, Ruben Roy wrote: > > This commit fixes the duplicate inline declaration specifier in > > tpm2_rc_value which caused a warning > > > > Signed-off-by: Ruben Roy > > --- > > drivers/char/tpm

Re: [PATCH] tpm: fix duplicate inline declaration specifier

2017-09-29 Thread Nick Desaulniers
Thanks! This fixes a warning I was seeing with Clang: drivers/char/tpm/tpm.h:560:15: warning: duplicate 'inline' declaration specifier [-Wduplicate-decl-specifier] On Fri, Sep 29, 2017 at 10:17 AM, Jarkko Sakkinen wrote: > On Tue, Sep 26, 2017 at 01:58:57PM +, Ruben Roy wrote: >> This commit

Re: [PATCH] tpm: fix duplicate inline declaration specifier

2017-09-29 Thread Jarkko Sakkinen
On Tue, Sep 26, 2017 at 01:58:57PM +, Ruben Roy wrote: > This commit fixes the duplicate inline declaration specifier in > tpm2_rc_value which caused a warning > > Signed-off-by: Ruben Roy > --- > drivers/char/tpm/tpm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] tpm: fix duplicate inline declaration specifier

2017-09-26 Thread Ruben Roy
This commit fixes the duplicate inline declaration specifier in tpm2_rc_value which caused a warning Signed-off-by: Ruben Roy --- drivers/char/tpm/tpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index 04fbff2..f4d0272 1006