Message ID | 20210318061250.8593-1-unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | x86/platform/intel-quark: Fix a typo | expand |
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 >
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.
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(-) -- 2.20.1