2021-03-22 06:53:45

by Heiko Carstens

[permalink] [raw]
Subject: Re: [PATCH] s390/kernel: Fix a typo

On Mon, Mar 22, 2021 at 11:55:00AM +0530, Bhaskar Chowdhury wrote:
>
> s/struture/structure/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> arch/s390/kernel/os_info.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/s390/kernel/os_info.c b/arch/s390/kernel/os_info.c
> index 0a5e4bafb6ad..5a7420b23aa8 100644
> --- a/arch/s390/kernel/os_info.c
> +++ b/arch/s390/kernel/os_info.c
> @@ -52,7 +52,7 @@ void os_info_entry_add(int nr, void *ptr, u64 size)
> }
>
> /*
> - * Initialize OS info struture and set lowcore pointer
> + * Initialize OS info structure and set lowcore pointer

Applied, thanks.