Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1362436 > unrolled thread
| Started by | mistryalok <alokn73@gmail.com> |
|---|---|
| First post | 2016-03-22 10:50 +0100 |
| Last post | 2016-03-23 00:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] arch: powerpc: mm: fixed spelling error. mistryalok <alokn73@gmail.com> - 2016-03-22 10:50 +0100
Re: [PATCH] arch: powerpc: mm: fixed spelling error. Andrew Donnellan <andrew.donnellan@au1.ibm.com> - 2016-03-23 00:40 +0100
| From | mistryalok <alokn73@gmail.com> |
|---|---|
| Date | 2016-03-22 10:50 +0100 |
| Subject | [PATCH] arch: powerpc: mm: fixed spelling error. |
| Message-ID | <rfr6N-2uL-7@gated-at.bofh.it> |
Fixed spelling error.
Signed-off-by: Alok Mistry <alokn73@gmail.com>
---
arch/powerpc/mm/hash64_64k.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/mm/hash64_64k.c b/arch/powerpc/mm/hash64_64k.c
index b2d659c..fe89a6d 100644
--- a/arch/powerpc/mm/hash64_64k.c
+++ b/arch/powerpc/mm/hash64_64k.c
@@ -91,7 +91,7 @@ int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid,
!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) {
/*
- * No CPU has hugepages but lacks no execute, so we
+ * No CPU has huge pages but lacks no execute, so we
* don't need to worry about that case
*/
rflags = hash_page_do_lazy_icache(rflags, __pte(old_pte), trap);
--
1.9.1
[toc] | [next] | [standalone]
| From | Andrew Donnellan <andrew.donnellan@au1.ibm.com> |
|---|---|
| Date | 2016-03-23 00:40 +0100 |
| Message-ID | <rfE42-3bd-15@gated-at.bofh.it> |
| In reply to | #1362436 |
Hi Alok Thanks for wanting to contribute to the Linux kernel! On 22/03/16 20:43, mistryalok wrote: > Fixed spelling error. > Signed-off-by: Alok Mistry <alokn73@gmail.com> > --- > /* > - * No CPU has hugepages but lacks no execute, so we > + * No CPU has huge pages but lacks no execute, so we > * don't need to worry about that case > */ Within the kernel, we have a lot of internal terminology. If you grep through the kernel source code, you'll find that in both the documentation and the code, we do use the term "hugepage". We also use "huge page", but "hugepage" is more common. Therefore I wouldn't call it a spelling error, just an internal term :) Andrew -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnellan@au1.ibm.com IBM Australia Limited
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web