Re: [PATCH] Char: tpm: fixed white spaces and braces coding style issues

2015-01-18 Thread Bruno Meneguele
Hello Peter, sorry about that! But thank you very much for the advice. This is my first patch on Linux Kernel, so each word will help me a lot. Thanks, Bruno On Sun, Jan 18, 2015 at 02:33:23PM +0100, Peter Hüwe wrote: > Hi Bruno, > > thanks for your patch! > The patch is fine, > but unfortun

Re: [PATCH] Char: tpm: fixed white spaces and braces coding style issues

2015-01-18 Thread Peter Hüwe
Hi Bruno, thanks for your patch! The patch is fine, but unfortunately not against the latest version of the tpm subsytem code. You can find the latest version of the tpm subsystem at https://github.com/PeterHuewe/linux-tpmdd the for-james branch is usually the best choice here. Nevertheless

[PATCH] Char: tpm: fixed white spaces and braces coding style issues

2015-01-17 Thread Bruno E O Meneguele
Fixed some coding style issues. Signed-off-by: Bruno E O Meneguele --- drivers/char/tpm/tpm.h | 10 +- drivers/char/tpm/tpm_i2c_stm_st33.c | 10 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index e