[PATCH] crypto: cleaning and refactoring in rsa.c

2016-03-20 Thread maitesin
* Removed several unused initializations of variables. * Inlined couple of functions. * rsa_check_key_length: changed to use only the switch statement. * rsa_setkey: refactored the implementation to be closer to the other functions in the file. Signed-off-by: Oscar Forner Martinez

[PATCH] crypto: cleaning and refactoring in rsa.c

2016-03-20 Thread maitesin
* Removed several unused initializations of variables. * Inlined couple of functions. * rsa_check_key_length: changed to use only the switch statement. * rsa_setkey: refactored the implementation to be closer to the other functions in the file. Signed-off-by: Oscar Forner Martinez ---

[PATCH 0/2] Fix coding style issues and a consistence change.

2015-09-09 Thread Maitesin
Some fixes for coding style issues and consistence in a conditional. Maitesin (2): fs: isofs: Fix a coding style issue and change conditional to make it consistence fs: isofs: Fix several coding style issues fs/isofs/compress.c | 13 ++--- 1 file changed, 6 insertions(+), 7

[PATCH 1/2] fs: isofs: Fix a coding style issue and change conditional to make it consistence

2015-09-09 Thread Maitesin
The coding style issue is the white spaces after and before the brackets in the for. The change in the conditional is to make it consistence with the other ones in the file. All other conditionals are tested like that. Signed-off-by: Oscar Forner Martinez --- fs/isofs/compress.c | 4 ++-- 1

[PATCH 2/2] fs: isofs: Fix several coding style issues

2015-09-09 Thread Maitesin
As recommended I fixed several coding style issues related with whitespaces. Signed-off-by: Oscar Forner Martinez --- fs/isofs/compress.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c index 5750830..107a078 100644 ---

[PATCH 2/2] fs: isofs: Fix several coding style issues

2015-09-09 Thread Maitesin
As recommended I fixed several coding style issues related with whitespaces. Signed-off-by: Oscar Forner Martinez --- fs/isofs/compress.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fs/isofs/compress.c b/fs/isofs/compress.c

[PATCH 1/2] fs: isofs: Fix a coding style issue and change conditional to make it consistence

2015-09-09 Thread Maitesin
The coding style issue is the white spaces after and before the brackets in the for. The change in the conditional is to make it consistence with the other ones in the file. All other conditionals are tested like that. Signed-off-by: Oscar Forner Martinez ---

[PATCH 0/2] Fix coding style issues and a consistence change.

2015-09-09 Thread Maitesin
Some fixes for coding style issues and consistence in a conditional. Maitesin (2): fs: isofs: Fix a coding style issue and change conditional to make it consistence fs: isofs: Fix several coding style issues fs/isofs/compress.c | 13 ++--- 1 file changed, 6 insertions(+), 7

[PATCH] fs: isofs: Fix a coding style issue and change conditional to make it consistence

2015-09-07 Thread Maitesin
The coding style issue is the white spaces after and before the brackets in the for. The change in the conditional is to make it consistence with the other ones in the file. All other conditionals are tested like that. Signed-off-by: Oscar Forner Martinez --- fs/isofs/compress.c | 4 ++-- 1

[PATCH] fs: isofs: Fix a coding style issue and change conditional to make it consistence

2015-09-07 Thread Maitesin
The coding style issue is the white spaces after and before the brackets in the for. The change in the conditional is to make it consistence with the other ones in the file. All other conditionals are tested like that. Signed-off-by: Oscar Forner Martinez ---