linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MM: Standardize inclusion of linux header file to use "<>".
@ 2007-11-28 10:06 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2007-11-28 10:06 UTC (permalink / raw)
  To: linux-mm

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  outside of the UML code, there are very few instances of including
linux header files that use quotes instead of angle brackets, and it
would be nice to make all of that standard.


diff --git a/mm/slab.c b/mm/slab.c
index c31cd36..12b1bf3 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -333,7 +333,7 @@ static __always_inline int index_of(const size_t size)
 		return i; \
 	else \
 		i++;
-#include "linux/kmalloc_sizes.h"
+#include <linux/kmalloc_sizes.h>
 #undef CACHE
 		__bad_size();
 	} else
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

--
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	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-28 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-28 10:06 [PATCH] MM: Standardize inclusion of linux header file to use "<>" Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox