Re: [PATCH 3/4] tpm: follow coding style for variable declaration in tpm_tis_core_init()

2017-12-22 Thread Jarkko Sakkinen
On Wed, Dec 20, 2017 at 12:35:37PM +0100, Javier Martinez Canillas wrote: > The coding style says "use just one data declaration per line (no commas > for multiple data declarations)" so follow this convention. > > Suggested-by: Jarkko Sakkinen > Signed-off-by:

Re: [PATCH 3/4] tpm: follow coding style for variable declaration in tpm_tis_core_init()

2017-12-22 Thread Jarkko Sakkinen
On Wed, Dec 20, 2017 at 12:35:37PM +0100, Javier Martinez Canillas wrote: > The coding style says "use just one data declaration per line (no commas > for multiple data declarations)" so follow this convention. > > Suggested-by: Jarkko Sakkinen > Signed-off-by: Javier Martinez Canillas > --- >

[PATCH 3/4] tpm: follow coding style for variable declaration in tpm_tis_core_init()

2017-12-20 Thread Javier Martinez Canillas
The coding style says "use just one data declaration per line (no commas for multiple data declarations)" so follow this convention. Suggested-by: Jarkko Sakkinen Signed-off-by: Javier Martinez Canillas --- drivers/char/tpm/tpm_tis_core.c |

[PATCH 3/4] tpm: follow coding style for variable declaration in tpm_tis_core_init()

2017-12-20 Thread Javier Martinez Canillas
The coding style says "use just one data declaration per line (no commas for multiple data declarations)" so follow this convention. Suggested-by: Jarkko Sakkinen Signed-off-by: Javier Martinez Canillas --- drivers/char/tpm/tpm_tis_core.c | 4 +++- 1 file changed, 3 insertions(+), 1