[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318061250.8593-1-unixbhaskar@gmail.com>
Date: Thu, 18 Mar 2021 11:42:51 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: dvhart@...radead.org, andy@...radead.org, tglx@...utronix.de,
mingo@...hat.com, bp@...en8.de, x86@...nel.org, hpa@...or.com,
unixbhaskar@...il.com, gregkh@...uxfoundation.org,
platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org
Subject: [PATCH] x86/platform/intel-quark: Fix a typo
s/secton/section/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.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
Powered by blists - more mailing lists