2018-11-27 21:19:15

by Emre Ates

[permalink] [raw]
Subject: [PATCH] Small typo fix

---
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 <[email protected]>


2018-11-28 04:25:41

by William Kucharski

[permalink] [raw]
Subject: Re: [PATCH] Small typo fix



> On Nov 27, 2018, at 2:04 PM, Emre Ates <[email protected]> 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 <[email protected]>

Reviewed-by: William Kucharski <[email protected]>


2018-11-28 10:31:11

by David Hildenbrand

[permalink] [raw]
Subject: Re: [PATCH] Small typo fix

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 <[email protected]>
>

Reviewed-by: David Hildenbrand <[email protected]>

--

Thanks,

David / dhildenb