From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Gang Subject: Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h Date: Tue, 15 Dec 2015 22:20:03 +0800 Message-ID: <56702193.9040004@emindsoft.com.cn> References: <56702088.9080605@emindsoft.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <56702088.9080605@emindsoft.com.cn> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann , trivial@kernel.org Cc: Linux-Arch , "linux-kernel@vger.kernel.org" , Andrew Morton List-Id: linux-arch.vger.kernel.org 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: >=20 > It is a trivial patch. >=20 > 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(-) >=20 > diff --git a/include/asm-generic/pgtable-nopmd.h b/include/asm-generi= c/pgtable-nopmd.h > index 725612b..7a81185 100644 > --- 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 actually called, > * but the define is needed for a generic inline function.) > */ > -#define set_pud(pudptr, pudval) set_pmd((pmd_t *)(pudptr), (pmd_t)= { pudval }) > +#define set_pud(pudptr, pudval) (set_pmd((pmd_t *)(pudptr), \ > + (pmd_t) { pudval })) > =20 > static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) > { > diff --git a/include/asm-generic/pgtable-nopud.h b/include/asm-generi= c/pgtable-nopud.h > index 810431d..bc78818 100644 > --- a/include/asm-generic/pgtable-nopud.h > +++ b/include/asm-generic/pgtable-nopud.h > @@ -33,7 +33,8 @@ static inline void pgd_clear(pgd_t *pgd) { } > * (puds are folded into pgds so this doesn't get actually called, > * but the define is needed for a generic inline function.) > */ > -#define set_pgd(pgdptr, pgdval) set_pud((pud_t *)(pgdptr), (pud_t)= { pgdval }) > +#define set_pgd(pgdptr, pgdval) (set_pud((pud_t *)(pgdptr), \ > + (pud_t) { pgdval })) > =20 > static inline pud_t * pud_offset(pgd_t * pgd, unsigned long address) > { >=20 --=20 Chen Gang (=E9=99=88=E5=88=9A) Open, share, and attitude like air, water, and life which God blessed