]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
crypto: typo volatge
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 11 Dec 2024 16:31:54 +0000 (17:31 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 24 Dec 2024 17:07:53 +0000 (18:07 +0100)
%s/volatge/voltage/g

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
drivers/crypto/fsl/jr.c

index c45481bef0b81409eead6714fd74537d4fff49e2..8f7a821ebf3d933c26f83bf86b4d75a264c94208 100644 (file)
@@ -654,7 +654,7 @@ static int rng_init(uint8_t sec_idx, ccsr_sec_t *sec)
                ret = instantiate_rng(sec_idx, sec, gen_sk);
                /*
                 * entropy delay is calculated via self-test method.
-                * self-test are run across different volatge, temp.
+                * self-test are run across different voltage, temp.
                 * if worst case value for ent_dly is identified,
                 * loop can be skipped for that platform.
                 */