linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] mm/vmalloc: fix a typo in comment
  2020-06-04 18:52 ` [PATCH] mm/vmalloc: fix a typo in comment Jeongtae Park
@ 2020-06-04 14:38   ` David Hildenbrand
  0 siblings, 0 replies; 3+ messages in thread
From: David Hildenbrand @ 2020-06-04 14:38 UTC (permalink / raw)
  To: Jeongtae Park, Andrew Morton
  Cc: Andrey Ryabinin, Christoph Hellwig, linux-mm, linux-kernel

On 04.06.20 20:52, Jeongtae Park wrote:
> There is a typo in comment, fix it.
> "nother" -> "another"
> 
> Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
> Cc: Christoph Hellwig <hch@lst.de>
> ---
>  mm/vmalloc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/vmalloc.c b/mm/vmalloc.c
> index 1e94497b7388..3091c2ca60df 100644
> --- a/mm/vmalloc.c
> +++ b/mm/vmalloc.c
> @@ -2317,7 +2317,7 @@ static inline void __vfree_deferred(const void *addr)
>  	 * Use raw_cpu_ptr() because this can be called from preemptible
>  	 * context. Preemption is absolutely fine here, because the llist_add()
>  	 * implementation is lockless, so it works even if we are adding to
> -	 * nother cpu's list.  schedule_work() should be fine with this too.
> +	 * another cpu's list. schedule_work() should be fine with this too.
>  	 */
>  	struct vfree_deferred *p = raw_cpu_ptr(&vfree_deferred);
>  
> 

fwiw

Reviewed-by: David Hildenbrand <david@redhat.com>

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] mm/vmalloc: fix a typo in comment
       [not found] <CGME20200604095241epcas2p3bef5ec0a913244bcfd8e7a84827bbf77@epcas2p3.samsung.com>
@ 2020-06-04 18:52 ` Jeongtae Park
  2020-06-04 14:38   ` David Hildenbrand
  0 siblings, 1 reply; 3+ messages in thread
From: Jeongtae Park @ 2020-06-04 18:52 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Jeongtae Park, Andrey Ryabinin, Christoph Hellwig, linux-mm,
	linux-kernel

There is a typo in comment, fix it.
"nother" -> "another"

Signed-off-by: Jeongtae Park <jtp.park@samsung.com>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Christoph Hellwig <hch@lst.de>
---
 mm/vmalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmalloc.c b/mm/vmalloc.c
index 1e94497b7388..3091c2ca60df 100644
--- a/mm/vmalloc.c
+++ b/mm/vmalloc.c
@@ -2317,7 +2317,7 @@ static inline void __vfree_deferred(const void *addr)
 	 * Use raw_cpu_ptr() because this can be called from preemptible
 	 * context. Preemption is absolutely fine here, because the llist_add()
 	 * implementation is lockless, so it works even if we are adding to
-	 * nother cpu's list.  schedule_work() should be fine with this too.
+	 * another cpu's list. schedule_work() should be fine with this too.
 	 */
 	struct vfree_deferred *p = raw_cpu_ptr(&vfree_deferred);
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [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 related	[flat|nested] 3+ messages in thread

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 --
     [not found] <CGME20200604095241epcas2p3bef5ec0a913244bcfd8e7a84827bbf77@epcas2p3.samsung.com>
2020-06-04 18:52 ` [PATCH] mm/vmalloc: fix a typo in comment Jeongtae Park
2020-06-04 14:38   ` David Hildenbrand
2020-04-04  6:01 [PATCH] mm/vmalloc: Fix " Qiujun Huang

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).