summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_fips.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2018-01-11 13:10:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-15 15:50:35 +0100
commit4d6142760309686cf8c83f03e2aea0e60edfd555 (patch)
treeb699dc24531beee5ed45a25526fc630ba3ee4cea /drivers/staging/ccree/cc_fips.c
parentd0f40998dcf71051d8ff8632b2c399f18475716a (diff)
downloadlinux-4d6142760309686cf8c83f03e2aea0e60edfd555.tar.bz2
staging: ccree: don't break lines unnecessarily
These lines are less than 80 characters so we don't need to break them up into chunks. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/cc_fips.c')
-rw-r--r--drivers/staging/ccree/cc_fips.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/ccree/cc_fips.c b/drivers/staging/ccree/cc_fips.c
index b25c34e08717..de08af976b7f 100644
--- a/drivers/staging/ccree/cc_fips.c
+++ b/drivers/staging/ccree/cc_fips.c
@@ -53,8 +53,7 @@ void cc_fips_fini(struct cc_drvdata *drvdata)
void fips_handler(struct cc_drvdata *drvdata)
{
- struct cc_fips_handle *fips_handle_ptr =
- drvdata->fips_handle;
+ struct cc_fips_handle *fips_handle_ptr = drvdata->fips_handle;
tasklet_schedule(&fips_handle_ptr->tasklet);
}