Re: [PATCH] Small typo fix

2018-11-28 Thread David Hildenbrand
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

Re: [PATCH] Small typo fix

2018-11-27 Thread William Kucharski
> On Nov 27, 2018, at 2:04 PM, 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_i

[PATCH] Small typo fix

2018-11-27 Thread Emre 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)