Re: [PATCH trivial] include/linux/memory_hotplug.h: Clean up code

2016-06-10 Thread Chen Gang
On 6/10/16 14:11, kbuild test robot wrote: > Hi, > > [auto build test ERROR on next-20160609] > [also build test ERROR on v4.7-rc2] > [cannot apply to v4.7-rc2 v4.7-rc1 v4.6-rc7] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > Oh, my patc

Re: [PATCH trivial] include/linux/memory_hotplug.h: Clean up code

2016-06-09 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160609] [also build test ERROR on v4.7-rc2] [cannot apply to v4.7-rc2 v4.7-rc1 v4.6-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/chengang-emindsoft-co

[PATCH trivial] include/linux/memory_hotplug.h: Clean up code

2016-06-09 Thread chengang
From: Chen Gang Use one line instead of two lines for pgdat_resize_init, since one line is still within 80 columns. Let the second line function parameter almost align with the first line parameter. Use pr_warn instead of printk, so also let the line within 80 columns. Signed-off-by: Chen Gang