aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Kelleher <connor.r.kelleher@gmail.com>2017-05-12 12:10:25 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-15 12:04:29 +0200
commitad645be806f1f5b8daf005950003dc038a7a7b83 (patch)
treece2f53bf40b38619b8d3195965c33c3bb59f6dcb
parentstaging: most: dim2: replace function parameter with the expression (diff)
downloadlinux-dev-ad645be806f1f5b8daf005950003dc038a7a7b83.tar.xz
linux-dev-ad645be806f1f5b8daf005950003dc038a7a7b83.zip
staging: ccree: switch spaces to tabs
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 <connor.r.kelleher@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ccree/ssi_fips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/ccree/ssi_fips.c b/drivers/staging/ccree/ssi_fips.c
index 34e5ddf55073..25ee23a1cecf 100644
--- a/drivers/staging/ccree/ssi_fips.c
+++ b/drivers/staging/ccree/ssi_fips.c
@@ -32,7 +32,7 @@ It should be called by kernel module.
*/
int ssi_fips_get_state(ssi_fips_state_t *p_state)
{
- int rc = 0;
+ int rc = 0;
if (p_state == NULL) {
return -EINVAL;
@@ -51,7 +51,7 @@ It should be called by kernel module.
*/
int ssi_fips_get_error(ssi_fips_error_t *p_err)
{
- int rc = 0;
+ int rc = 0;
if (p_err == NULL) {
return -EINVAL;