projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc78334
)
crypto: sahara - fix typo "Decidated" -> "Dedicated"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 25 Oct 2016 11:07:27 +0000
(12:07 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 1 Nov 2016 00:37:12 +0000
(08:37 +0800)
Trivial fix to typo in dev_dbg message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sahara.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/sahara.c
b/drivers/crypto/sahara.c
index 0c49956ee0ceaae2b7ac3fd3ab3c5e48f15ff194..1d9ecd368b5bb966b80a725514fe5ae4fcc92e59 100644
(file)
--- a/
drivers/crypto/sahara.c
+++ b/
drivers/crypto/sahara.c
@@
-390,7
+390,7
@@
static void sahara_decode_status(struct sahara_dev *dev, unsigned int status)
if (status & SAHARA_STATUS_MODE_BATCH)
dev_dbg(dev->device, " - Batch Mode.\n");
else if (status & SAHARA_STATUS_MODE_DEDICATED)
- dev_dbg(dev->device, " - De
cid
ated Mode.\n");
+ dev_dbg(dev->device, " - De
dic
ated Mode.\n");
else if (status & SAHARA_STATUS_MODE_DEBUG)
dev_dbg(dev->device, " - Debug Mode.\n");