aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/cryp/cryp.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-03-06 11:34:30 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-03-06 11:34:30 +1100
commit3c81cd30226dac4964189ed2071cd78655df3311 (patch)
treebb9a33e960a68c824487eef82415a49cfd9945fc /drivers/crypto/ux500/cryp/cryp.c
parentbeb50e827e6ade056f663d17cb42c663a4703d8b (diff)
parentde91776547c1fe0d8d7cb3951b581ecba364bda1 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/crypto/ux500/cryp/cryp.c')
-rw-r--r--drivers/crypto/ux500/cryp/cryp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp.c b/drivers/crypto/ux500/cryp/cryp.c
index 43a0c8a26ab0..00a16ab601cb 100644
--- a/drivers/crypto/ux500/cryp/cryp.c
+++ b/drivers/crypto/ux500/cryp/cryp.c
@@ -82,7 +82,7 @@ void cryp_activity(struct cryp_device_data *device_data,
void cryp_flush_inoutfifo(struct cryp_device_data *device_data)
{
/*
- * We always need to disble the hardware before trying to flush the
+ * We always need to disable the hardware before trying to flush the
* FIFO. This is something that isn't written in the design
* specification, but we have been informed by the hardware designers
* that this must be done.