Skip to content

Commit

Permalink
MIPS: kexec: fix typos
Browse files Browse the repository at this point in the history
Correct a couple of typos within comments in
arch/mips/kernel/relocate_kernel.S.

[[email protected]: Add a commit message.]

Signed-off-by: Yegor Yefremov <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/19218/
Signed-off-by: Paul Burton <[email protected]>
  • Loading branch information
yegorich authored and paulburton committed Jun 24, 2018
1 parent 0c3bf18 commit 28a87b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/kernel/relocate_kernel.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 28a87b4

Please sign in to comment.