* [PATCH] arch: powerpc: mm: fixed spelling error.
@ 2016-03-22 9:43 mistryalok
2016-03-22 23:36 ` Andrew Donnellan
0 siblings, 1 reply; 2+ messages in thread
From: mistryalok @ 2016-03-22 9:43 UTC (permalink / raw)
To: benh
Cc: paulus, mpe, aneesh.kumar, scottwood, linuxppc-dev, linux-kernel,
alokn73
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arch: powerpc: mm: fixed spelling error.
2016-03-22 9:43 [PATCH] arch: powerpc: mm: fixed spelling error mistryalok
@ 2016-03-22 23:36 ` Andrew Donnellan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Donnellan @ 2016-03-22 23:36 UTC (permalink / raw)
To: mistryalok, benh
Cc: linux-kernel, paulus, aneesh.kumar, scottwood, linuxppc-dev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-22 23:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 9:43 [PATCH] arch: powerpc: mm: fixed spelling error mistryalok
2016-03-22 23:36 ` Andrew Donnellan
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).