linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Small typo fix
@ 2018-11-27 21:04 Emre Ates
  2018-11-28  4:24 ` William Kucharski
  2018-11-28 10:29 ` David Hildenbrand
  0 siblings, 2 replies; 3+ messages in thread
From: Emre Ates @ 2018-11-27 21:04 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, ates

---
 mm/vmstat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmstat.c b/mm/vmstat.c
index 9c624595e904..cc7d04928c2e 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -1106,7 +1106,7 @@ int fragmentation_index(struct zone *zone, unsigned int order)
 					TEXT_FOR_HIGHMEM(xx) xx "_movable",

 const char * const vmstat_text[] = {
-	/* enum zone_stat_item countes */
+	/* enum zone_stat_item counters */
 	"nr_free_pages",
 	"nr_zone_inactive_anon",
 	"nr_zone_active_anon",
--
2.19.1

Signed-off-by: Emre Ates <ates@bu.edu>

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

* Re: [PATCH] Small typo fix
  2018-11-27 21:04 [PATCH] Small typo fix Emre Ates
@ 2018-11-28  4:24 ` William Kucharski
  2018-11-28 10:29 ` David Hildenbrand
  1 sibling, 0 replies; 3+ messages in thread
From: William Kucharski @ 2018-11-28  4:24 UTC (permalink / raw)
  To: Emre Ates; +Cc: linux-mm, linux-kernel



> On Nov 27, 2018, at 2:04 PM, Emre Ates <ates@bu.edu> wrote:
> 
> ---
> mm/vmstat.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/vmstat.c b/mm/vmstat.c
> index 9c624595e904..cc7d04928c2e 100644
> --- a/mm/vmstat.c
> +++ b/mm/vmstat.c
> @@ -1106,7 +1106,7 @@ int fragmentation_index(struct zone *zone, unsigned int order)
> 					TEXT_FOR_HIGHMEM(xx) xx "_movable",
> 
> const char * const vmstat_text[] = {
> -	/* enum zone_stat_item countes */
> +	/* enum zone_stat_item counters */
> 	"nr_free_pages",
> 	"nr_zone_inactive_anon",
> 	"nr_zone_active_anon",
> --
> 2.19.1
> 
> Signed-off-by: Emre Ates <ates@bu.edu>

Reviewed-by: William Kucharski <william.kucharski@oracle.com>


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

* Re: [PATCH] Small typo fix
  2018-11-27 21:04 [PATCH] Small typo fix Emre Ates
  2018-11-28  4:24 ` William Kucharski
@ 2018-11-28 10:29 ` David Hildenbrand
  1 sibling, 0 replies; 3+ messages in thread
From: David Hildenbrand @ 2018-11-28 10:29 UTC (permalink / raw)
  To: Emre Ates, linux-mm; +Cc: linux-kernel

On 27.11.18 22:04, Emre Ates wrote:
> ---
>  mm/vmstat.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/vmstat.c b/mm/vmstat.c
> index 9c624595e904..cc7d04928c2e 100644
> --- a/mm/vmstat.c
> +++ b/mm/vmstat.c
> @@ -1106,7 +1106,7 @@ int fragmentation_index(struct zone *zone, unsigned int order)
>  					TEXT_FOR_HIGHMEM(xx) xx "_movable",
> 
>  const char * const vmstat_text[] = {
> -	/* enum zone_stat_item countes */
> +	/* enum zone_stat_item counters */
>  	"nr_free_pages",
>  	"nr_zone_inactive_anon",
>  	"nr_zone_active_anon",
> --
> 2.19.1
> 
> Signed-off-by: Emre Ates <ates@bu.edu>
> 

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

-- 

Thanks,

David / dhildenb

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

end of thread, other threads:[~2018-11-28 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 21:04 [PATCH] Small typo fix Emre Ates
2018-11-28  4:24 ` William Kucharski
2018-11-28 10:29 ` David Hildenbrand

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