]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
parisc: Fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 30 Apr 2022 19:07:18 +0000 (21:07 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 8 May 2022 18:01:12 +0000 (20:01 +0200)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/kprobes.c
arch/parisc/kernel/traps.c
arch/parisc/math-emu/dfadd.c
arch/parisc/math-emu/dfsub.c
arch/parisc/math-emu/sfadd.c
arch/parisc/math-emu/sfsub.c

index 3343d2fb788970241562727e66265a5f6cd3f430..6e0b86652f30d6aed40ac072a921aae7a28c883b 100644 (file)
@@ -152,7 +152,7 @@ int __kprobes parisc_kprobe_ss_handler(struct pt_regs *regs)
        /* for absolute branch instructions we can copy iaoq_b. for relative
         * branch instructions we need to calculate the new address based on the
         * difference between iaoq_f and iaoq_b. We cannot use iaoq_b without
-        * modificationt because it's based on our ainsn.insn address.
+        * modifications because it's based on our ainsn.insn address.
         */
 
        if (p->post_handler)
index a6e61cf2cad045b265a64513ed9f8753af5842e5..b78f1b9d45c18b1e382e6c68961db149fa03c5f0 100644 (file)
@@ -469,7 +469,7 @@ void parisc_terminate(char *msg, struct pt_regs *regs, int code, unsigned long o
         * panic notifiers, and we should call panic
         * directly from the location that we wish. 
         * e.g. We should not call panic from
-        * parisc_terminate, but rather the oter way around.
+        * parisc_terminate, but rather the other way around.
         * This hack works, prints the panic message twice,
         * and it enables reboot timers!
         */
index ec487e07f004fbb80c8bb48207c3e0a446bdbe28..00e561d4aa550d41ea77da5764a7f6dbcdb89a88 100644 (file)
@@ -253,7 +253,7 @@ dbl_fadd(
            return(NOEXCEPTION);
            }
        right_exponent = 1;     /* Set exponent to reflect different bias
-                                * with denomalized numbers. */
+                                * with denormalized numbers. */
        }
     else
        {
index c4f30acf2d48d25a68848bd5dcb1135b46cf4ca7..4f03782284bd0a2ce618d85f79f8dbd7b38d2f91 100644 (file)
@@ -256,7 +256,7 @@ dbl_fsub(
            return(NOEXCEPTION);
            }
        right_exponent = 1;     /* Set exponent to reflect different bias
-                                * with denomalized numbers. */
+                                * with denormalized numbers. */
        }
     else
        {
index 838758279d5bd26ce1d7d200ff8cdc5a9ad1faf9..9b98c874dfac7f2f6044f24f14bc08aad9ff3f2d 100644 (file)
@@ -249,7 +249,7 @@ sgl_fadd(
            return(NOEXCEPTION);
            }
        right_exponent = 1;     /* Set exponent to reflect different bias
-                                * with denomalized numbers. */
+                                * with denormalized numbers. */
        }
     else
        {
index 583d3ace46346c084993478ddd7c392a8b5b5c33..29d9eed09d12d7e34eb8fcdab67ce40cb764d220 100644 (file)
@@ -252,7 +252,7 @@ sgl_fsub(
            return(NOEXCEPTION);
            }
        right_exponent = 1;     /* Set exponent to reflect different bias
-                                * with denomalized numbers. */
+                                * with denormalized numbers. */
        }
     else
        {