MIPS: kexec: fix typos
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 25 Apr 2018 07:39:06 +0000 (09:39 +0200)
committerPaul Burton <paul.burton@mips.com>
Sun, 24 Jun 2018 16:26:01 +0000 (09:26 -0700)
Correct a couple of typos within comments in
arch/mips/kernel/relocate_kernel.S.

[paul.burton@mips.com: Add a commit message.]

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Patchwork: https://patchwork.linux-mips.org/patch/19218/
Signed-off-by: Paul Burton <paul.burton@mips.com>
arch/mips/kernel/relocate_kernel.S

index c6bbf21650515d1e71eead45b41a7729f8794476..419c92197b2f81e22385806144cfe3fb19570a95 100644 (file)
@@ -85,7 +85,7 @@ done:
 
 #ifdef CONFIG_CPU_CAVIUM_OCTEON
        /* We need to flush I-cache before jumping to new kernel.
-        * Unfortunatelly, this code is cpu-specific.
+        * Unfortunately, this code is cpu-specific.
         */
        .set push
        .set noreorder
@@ -145,7 +145,7 @@ LEAF(kexec_smp_wait)
 #endif
 
 /* All parameters to new kernel are passed in registers a0-a3.
- * kexec_args[0..3] are uses to prepare register values.
+ * kexec_args[0..3] are used to prepare register values.
  */
 
 kexec_args: