[PATCH v2 2/2] staging: ccree: remove trailing whitespace

2017-05-12 Thread Connor Kelleher
: trailing whitespace +This function returns the REE FIPS error. $ ERROR: trailing whitespace +It should be called by kernel module. $ Signed-off-by: Connor Kelleher --- drivers/staging/ccree/ssi_fips.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers

[PATCH v2 1/2] staging: ccree: switch spaces to tabs

2017-05-12 Thread Connor Kelleher
ssi_fips.c: fixing checkpatch.pl errors: ERROR: code indent should use tabs where possible +int rc = 0;$ ERROR: code indent should use tabs where possible +int rc = 0;$ Signed-off-by: Connor Kelleher --- drivers/staging/ccree/ssi_fips.c | 4 ++-- 1 file changed, 2 insertions

[PATCH] staging: ccree: remove trailing whitespace. switch spaces to tabs

2017-05-09 Thread Connor Kelleher
: code indent should use tabs where possible +int rc = 0;$ ERROR: trailing whitespace +This function returns the REE FIPS error. $ ERROR: trailing whitespace +It should be called by kernel module. $ ERROR: code indent should use tabs where possible +int rc = 0;$ Signed-off-by: Connor