mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
crypto: sahara - fix typo "Decidated" -> "Dedicated"
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>
This commit is contained in:
parent
fc783341f0
commit
9ae811f280
@ -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, " - Decidated Mode.\n");
|
||||
dev_dbg(dev->device, " - Dedicated Mode.\n");
|
||||
else if (status & SAHARA_STATUS_MODE_DEBUG)
|
||||
dev_dbg(dev->device, " - Debug Mode.\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user