From: Joe Perches <joe@perches.com>
To: Pekka Enberg <penberg@cs.helsinki.fi>, linux-mm@kvack.org
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] mm/slab.c - use angle brackets for include
Date: Tue, 04 Mar 2008 16:47:15 -0800 [thread overview]
Message-ID: <1204678035.5180.94.camel@localhost> (raw)
Signed-off-by: Joe Perches <joe@perches.com>
mm/slab.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/slab.c b/mm/slab.c
index 473e6c2..a37f897 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
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Pekka Enberg <penberg@cs.helsinki.fi>, linux-mm@kvack.org
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] mm/slab.c - use angle brackets for include
Date: Tue, 04 Mar 2008 16:47:15 -0800 [thread overview]
Message-ID: <1204678035.5180.94.camel@localhost> (raw)
mm/slab.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mm/slab.c b/mm/slab.c
index 473e6c2..a37f897 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
--
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>
next reply other threads:[~2008-03-05 0:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-05 0:47 Joe Perches [this message]
2008-03-05 0:47 ` [PATCH] mm/slab.c - use angle brackets for include Joe Perches
[not found] ` <47CEEFF4.7080605@cs.helsinki.fi>
[not found] ` <Pine.LNX.4.64.0803051206160.30357@schroedinger.engr.sgi.com>
[not found] ` <1204748782.17370.47.camel@localhost>
[not found] ` <Pine.LNX.4.64.0803051250440.30634@schroedinger.engr.sgi.com>
2008-03-05 21:18 ` Joe Perches
2008-03-05 21:20 ` Pekka Enberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1204678035.5180.94.camel@localhost \
--to=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=penberg@cs.helsinki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.