aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_fips_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ccree/ssi_fips_ext.c')
-rw-r--r--drivers/staging/ccree/ssi_fips_ext.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/drivers/staging/ccree/ssi_fips_ext.c b/drivers/staging/ccree/ssi_fips_ext.c
index 2ac432fe1233..291a880f567c 100644
--- a/drivers/staging/ccree/ssi_fips_ext.c
+++ b/drivers/staging/ccree/ssi_fips_ext.c
@@ -1,21 +1,21 @@
/*
* Copyright (C) 2012-2017 ARM Limited or its affiliates.
- *
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
/**************************************************************
-This file defines the driver FIPS functions that should be
+This file defines the driver FIPS functions that should be
implemented by the driver user. Current implementation is sample code only.
***************************************************************/
@@ -32,10 +32,10 @@ static ssi_fips_state_t fips_state = CC_FIPS_STATE_NOT_SUPPORTED;
static ssi_fips_error_t fips_error = CC_REE_FIPS_ERROR_OK;
/*
-This function returns the FIPS REE state.
+This function returns the FIPS REE state.
The function should be implemented by the driver user, depends on where .
-the state value is stored.
-The reference code uses global variable.
+the state value is stored.
+The reference code uses global variable.
*/
int ssi_fips_ext_get_state(ssi_fips_state_t *p_state)
{
@@ -51,10 +51,10 @@ int ssi_fips_ext_get_state(ssi_fips_state_t *p_state)
}
/*
-This function returns the FIPS REE error.
+This function returns the FIPS REE error.
The function should be implemented by the driver user, depends on where .
-the error value is stored.
-The reference code uses global variable.
+the error value is stored.
+The reference code uses global variable.
*/
int ssi_fips_ext_get_error(ssi_fips_error_t *p_err)
{
@@ -70,10 +70,10 @@ int ssi_fips_ext_get_error(ssi_fips_error_t *p_err)
}
/*
-This function sets the FIPS REE state.
+This function sets the FIPS REE state.
The function should be implemented by the driver user, depends on where .
-the state value is stored.
-The reference code uses global variable.
+the state value is stored.
+The reference code uses global variable.
*/
int ssi_fips_ext_set_state(ssi_fips_state_t state)
{
@@ -82,10 +82,10 @@ int ssi_fips_ext_set_state(ssi_fips_state_t state)
}
/*
-This function sets the FIPS REE error.
+This function sets the FIPS REE error.
The function should be implemented by the driver user, depends on where .
-the error value is stored.
-The reference code uses global variable.
+the error value is stored.
+The reference code uses global variable.
*/
int ssi_fips_ext_set_error(ssi_fips_error_t err)
{