Re: [PATCH] arch: sh: kernel: Change to correct spelling archtecture to architecture in the file relocate_kernel.S

From: Randy Dunlap
Date: Wed Feb 03 2021 - 13:01:09 EST


On 2/3/21 7:25 AM, Bhaskar Chowdhury wrote:

Normally a patch description is required <here>.

If the patch committer wants to take it as is, the typo
fix LGTM.

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
> ---
> arch/sh/kernel/relocate_kernel.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/sh/kernel/relocate_kernel.S b/arch/sh/kernel/relocate_kernel.S
> index d9bf2b727b42..deda2f60a8f2 100644
> --- a/arch/sh/kernel/relocate_kernel.S
> +++ b/arch/sh/kernel/relocate_kernel.S
> @@ -3,7 +3,7 @@
> * relocate_kernel.S - put the kernel image in place to boot
> * 2005.9.17 kogiidena@xxxxxxxxxxxxxxx
> *
> - * LANDISK/sh4 is supported. Maybe, SH archtecture works well.
> + * LANDISK/sh4 is supported. Maybe, SH architecture works well.
> *
> * 2009-03-18 Magnus Damm - Added Kexec Jump support
> */
> --
> 2.26.2

--
~Randy