Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread Chen Gang
On 12/16/15 04:26, Joe Perches wrote: > On Tue, 2015-12-15 at 22:15 +0800, Chen Gang wrote: >> It is a trivial patch. > [] >> diff --git a/include/asm-generic/pgtable-nopmd.h >> b/include/asm-generic/pgtable-nopmd.h > [] >> @@ -38,7 +38,8 @@ static inline void pud_clear(pud_t *pud) { } >> * (

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread Chen Gang
On 12/15/15 23:50, Arnd Bergmann wrote: > On Tuesday 15 December 2015 23:47:28 kbuild test robot wrote: >> from include/linux/mm.h:55, >> from arch/arm/mm/fault.c:13: >>arch/arm/mm/fault.c: In function 'do_translation_fault': arch/arm/include/asm/pgt

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread kbuild test robot
Hi Chen, [auto build test ERROR on v4.4-rc5] [also build test ERROR on next-20151215] url: https://github.com/0day-ci/linux/commits/Chen-Gang/include-asm-generic-Notice-about-80-columns-in-pgtable-no-h/20151215-221607 config: arm-axm55xx_defconfig (attached as .config) reproduce: wget

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread Joe Perches
On Tue, 2015-12-15 at 22:15 +0800, Chen Gang wrote: > It is a trivial patch. [] > diff --git a/include/asm-generic/pgtable-nopmd.h > b/include/asm-generic/pgtable-nopmd.h [] > @@ -38,7 +38,8 @@ static inline void pud_clear(pud_t *pud){ } >   * (pmds are folded into puds so this doesn't get act

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread Arnd Bergmann
On Tuesday 15 December 2015 23:47:28 kbuild test robot wrote: > from include/linux/mm.h:55, > from arch/arm/mm/fault.c:13: >arch/arm/mm/fault.c: In function 'do_translation_fault': > >> arch/arm/include/asm/pgtable-2level.h:187:27: error: expected express

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread kbuild test robot
Hi Chen, [auto build test ERROR on v4.4-rc5] [also build test ERROR on next-20151215] url: https://github.com/0day-ci/linux/commits/Chen-Gang/include-asm-generic-Notice-about-80-columns-in-pgtable-no-h/20151215-221607 config: arm-shannon_defconfig (attached as .config) reproduce: wget

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread kbuild test robot
Hi Chen, [auto build test ERROR on v4.4-rc5] [also build test ERROR on next-20151215] url: https://github.com/0day-ci/linux/commits/Chen-Gang/include-asm-generic-Notice-about-80-columns-in-pgtable-no-h/20151215-221607 config: mips-xway_defconfig (attached as .config) reproduce: wget

Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread Chen Gang
After this patch, I finish 'scanning' mm related headers in "include/asm-genric/*". Next I shall continue 'scanning' mm related headers in "include/linux/*" to know about the common sense information. Thanks. On 12/15/15 22:15, Chen Gang wrote: > > It is a trivial patch. > > Signed-off-by: Ch

[PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h

2015-12-15 Thread Chen Gang
It is a trivial patch. Signed-off-by: Chen Gang --- include/asm-generic/pgtable-nopmd.h | 3 ++- include/asm-generic/pgtable-nopud.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/asm-generic/pgtable-nopmd.h b/include/asm-generic/pgtable-nopmd.h index 725612b..