mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mm/vmalloc: Fix a typo in comment
@ 2020-04-04  6:01 Qiujun Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Qiujun Huang @ 2020-04-04  6:01 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, Qiujun Huang

There is a typo in comment, fix it.
"exeeds" -> "exceeds"

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 mm/vmalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 1f46c3b86f9f..7d90159e84ba 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -3365,7 +3365,7 @@ struct vm_struct **pcpu_get_vm_areas(const unsigned long *offsets,
 			goto overflow;
 
 		/*
-		 * If required width exeeds current VA block, move
+		 * If required width exceeds current VA block, move
 		 * base downwards and then recheck.
 		 */
 		if (base + end > va->va_end) {
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <CGME20200604095241epcas2p3bef5ec0a913244bcfd8e7a84827bbf77@epcas2p3.samsung.com>]

end of thread, other threads:[~2020-06-04 14:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04  6:01 [PATCH] mm/vmalloc: Fix a typo in comment Qiujun Huang
     [not found] <CGME20200604095241epcas2p3bef5ec0a913244bcfd8e7a84827bbf77@epcas2p3.samsung.com>
2020-06-04 18:52 ` [PATCH] mm/vmalloc: fix " Jeongtae Park
2020-06-04 14:38   ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®