linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/platform/intel-quark: Fix a typo
@ 2021-03-18  6:12 Bhaskar Chowdhury
  2021-03-18 11:51 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-18  6:12 UTC (permalink / raw)
  To: dvhart, andy, tglx, mingo, bp, x86, hpa, unixbhaskar, gregkh,
	platform-driver-x86, linux-kernel
  Cc: rdunlap


s/secton/section/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/x86/platform/intel-quark/imr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/platform/intel-quark/imr.c b/arch/x86/platform/intel-quark/imr.c
index 0286fe1b14b5..122e0f37b1f5 100644
--- a/arch/x86/platform/intel-quark/imr.c
+++ b/arch/x86/platform/intel-quark/imr.c
@@ -551,7 +551,7 @@ static void __init imr_fixup_memmap(struct imr_device *idev)

 	/*
 	 * Setup an unlocked IMR around the physical extent of the kernel
-	 * from the beginning of the .text secton to the end of the
+	 * from the beginning of the .text section to the end of the
 	 * .rodata section as one physically contiguous block.
 	 *
 	 * We don't round up @size since it is already PAGE_SIZE aligned.
--
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86/platform/intel-quark: Fix a typo
  2021-03-18  6:12 [PATCH] x86/platform/intel-quark: Fix a typo Bhaskar Chowdhury
@ 2021-03-18 11:51 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2021-03-18 11:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: Darren Hart, Andy Shevchenko, Thomas Gleixner, Ingo Molnar,
	Borislav Petkov, maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT),
	H. Peter Anvin, Greg Kroah-Hartman, Platform Driver,
	Linux Kernel Mailing List, Randy Dunlap

On Thu, Mar 18, 2021 at 8:15 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
>
> s/secton/section/

Reviewed-by: Andy Shevchenko <andy.,shevchenko@gmail.com>

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/x86/platform/intel-quark/imr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/platform/intel-quark/imr.c b/arch/x86/platform/intel-quark/imr.c
> index 0286fe1b14b5..122e0f37b1f5 100644
> --- a/arch/x86/platform/intel-quark/imr.c
> +++ b/arch/x86/platform/intel-quark/imr.c
> @@ -551,7 +551,7 @@ static void __init imr_fixup_memmap(struct imr_device *idev)
>
>         /*
>          * Setup an unlocked IMR around the physical extent of the kernel
> -        * from the beginning of the .text secton to the end of the
> +        * from the beginning of the .text section to the end of the
>          * .rodata section as one physically contiguous block.
>          *
>          * We don't round up @size since it is already PAGE_SIZE aligned.
> --
> 2.20.1
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-18 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18  6:12 [PATCH] x86/platform/intel-quark: Fix a typo Bhaskar Chowdhury
2021-03-18 11:51 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).