diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-16 23:37:44 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 14:44:03 +0400 |
commit | 0b1587b18bfed2fc686abfca7b942d75f859c465 (patch) | |
tree | 57f237cf79ca87e73a6b09c14fc056fba18f02db /drivers/crypto/ux500 | |
parent | 8646603608e324b352b1797c6fd8024cb6728a31 (diff) | |
download | linux-0b1587b18bfed2fc686abfca7b942d75f859c465.tar.xz |
treewide: Fix typo in printk
Correct spelling typo in printk
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/crypto/ux500')
-rw-r--r-- | drivers/crypto/ux500/hash/hash_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c index 496ae6aae316..33693d966b6a 100644 --- a/drivers/crypto/ux500/hash/hash_core.c +++ b/drivers/crypto/ux500/hash/hash_core.c @@ -282,7 +282,7 @@ static int get_empty_message_digest( } } else { dev_dbg(device_data->dev, "[%s] Continue hash " - "calculation, since hmac key avalable", + "calculation, since hmac key available", __func__); } } |