diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-03-16 20:53:05 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-18 14:57:53 +0100 |
commit | cf2fbdd26f80046725a11a80683a03baf27fae82 (patch) | |
tree | 159d41ee54caf37e52835c072b835df57a0a235f /drivers/crypto | |
parent | ce03cb20640b94d6124decec36db4d84ee30c83c (diff) | |
download | linux-cf2fbdd26f80046725a11a80683a03baf27fae82.tar.bz2 |
treewide: Fix typos in printk and comment
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/caam/ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index 1c56f63524f2..8acf00490fd5 100644 --- a/drivers/crypto/caam/ctrl.c +++ b/drivers/crypto/caam/ctrl.c @@ -66,7 +66,7 @@ static void build_instantiation_desc(u32 *desc) /* * load 1 to clear written reg: - * resets the done interrrupt and returns the RNG to idle. + * resets the done interrupt and returns the RNG to idle. */ append_load_imm_u32(desc, 1, LDST_SRCDST_WORD_CLRW); |