tpm: follow coding style for variable declaration in tpm_tis_core_init()
authorJavier Martinez Canillas <javierm@redhat.com>
Mon, 25 Dec 2017 02:22:50 +0000 (03:22 +0100)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 8 Jan 2018 10:58:39 +0000 (12:58 +0200)
commit5fc0bead786d76f5edc732f60451e3fca310f7a0
tree97ea9bfdf792abdfbded710b2f9bdcba3932c1c5
parent764325add6c2ad1641199edde7b2995495fc2d7c
tpm: follow coding style for variable declaration in tpm_tis_core_init()

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 <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm_tis_core.c