Re: [PATCH] mm: fix a coding style issue

2017-03-24 Thread Michal Hocko
On Thu 23-03-17 10:12:44, Kristaps Civkulis wrote: > Fix a coding style issue. I believe style fixes are worth applying only when part of a larger change which does something useful or where the resulting code is much easier to read. This doesn't seem to be the case here. > Signed-off-by: Krista

[PATCH] mm: fix a coding style issue

2017-03-23 Thread Kristaps Civkulis
Fix a coding style issue. Signed-off-by: Kristaps Civkulis --- Resend, because it should be only [PATCH] in subject. --- mm/hugetlb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 3d0aab9ee80d..4c72c1974c8c 100644 --- a/mm/hugetlb.c +++