* [PATCH] mm: adjust final #endif position in mm/internal.h
@ 2012-08-22 6:06 Michel Lespinasse
0 siblings, 0 replies; only message in thread
From: Michel Lespinasse @ 2012-08-22 6:06 UTC (permalink / raw)
To: linux-mm; +Cc: akpm
Trivial patch: make sure the #endif that terminates the standard
#ifndef / #define / #endif construct gets labeled, and gets positioned
at the end of the file as is normally the case.
Signed-off-by: Michel Lespinasse <walken@google.com>
---
mm/internal.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/mm/internal.h b/mm/internal.h
index 2ba87fbfb75b..aea3b7c45854 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -333,7 +333,6 @@ static inline void mminit_validate_memmodel_limits(unsigned long *start_pfn,
#define ZONE_RECLAIM_FULL -1
#define ZONE_RECLAIM_SOME 0
#define ZONE_RECLAIM_SUCCESS 1
-#endif
extern int hwpoison_filter(struct page *p);
@@ -347,3 +346,5 @@ extern u32 hwpoison_filter_enable;
extern unsigned long vm_mmap_pgoff(struct file *, unsigned long,
unsigned long, unsigned long,
unsigned long, unsigned long);
+
+#endif /* __MM_INTERNAL_H */
--
1.7.7.3
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-22 6:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 6:06 [PATCH] mm: adjust final #endif position in mm/internal.h Michel Lespinasse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).