Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1292212

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

From Chen Gang <chengang@emindsoft.com.cn>
Newsgroups linux.kernel
Subject [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h
Date 2015-12-15 15:20 +0100
Message-ID <qFYCm-5bR-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


It is a trivial patch.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
 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..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 }))
 
 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address)
 {
diff --git a/include/asm-generic/pgtable-nopud.h b/include/asm-generic/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 }))
 
 static inline pud_t * pud_offset(pgd_t * pgd, unsigned long address)
 {
-- 
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH trivial] include: asm-generic: Notice about 80 columns in  pgtable-no*.h Chen Gang <chengang@emindsoft.com.cn> - 2015-12-15 15:20 +0100
  Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in  pgtable-no*.h kbuild test robot <lkp@intel.com> - 2015-12-15 16:40 +0100
  Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in  pgtable-no*.h kbuild test robot <lkp@intel.com> - 2015-12-15 16:50 +0100
    Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in pgtable-no*.h Arnd Bergmann <arnd@arndb.de> - 2015-12-15 17:00 +0100
      Re: [PATCH trivial] include: asm-generic: Notice about 80 columns  in pgtable-no*.h Chen Gang <chengang@emindsoft.com.cn> - 2015-12-15 23:10 +0100
  Re: [PATCH trivial] include: asm-generic: Notice about 80 columns  in pgtable-no*.h Joe Perches <joe@perches.com> - 2015-12-15 21:30 +0100
    Re: [PATCH trivial] include: asm-generic: Notice about 80 columns  in pgtable-no*.h Chen Gang <chengang@emindsoft.com.cn> - 2015-12-15 23:10 +0100
  Re: [PATCH trivial] include: asm-generic: Notice about 80 columns in  pgtable-no*.h kbuild test robot <lkp@intel.com> - 2015-12-15 21:40 +0100

csiph-web