projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6f343
)
include/asm-generic/pgtable.h: fix unbalanced parenthesis
author
Nicolas Kaiser
<nikai@nikai.net>
Wed, 15 Jun 2011 22:08:34 +0000
(15:08 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Jun 2011 03:04:00 +0000
(20:04 -0700)
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Reviewed-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/pgtable.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/pgtable.h
b/include/asm-generic/pgtable.h
index e9b8e5926befb7b38b03218ffd0f9e6d2d75d454..76bff2bff15e346532be60dc1ce1a13aff070471 100644
(file)
--- a/
include/asm-generic/pgtable.h
+++ b/
include/asm-generic/pgtable.h
@@
-88,7
+88,7
@@
static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm,
pmd_t pmd = *pmdp;
pmd_clear(mm, address, pmdp);
return pmd;
-}
)
+}
#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
#endif