All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparse: add 'alloc_align' to the ignored attributes
@ 2016-06-01 14:30 Ramsay Jones
  2016-09-28 22:10 ` Christopher Li
  0 siblings, 1 reply; 3+ messages in thread
From: Ramsay Jones @ 2016-06-01 14:30 UTC (permalink / raw)
  To: Christopher Li; +Cc: Sparse Mailing-list


Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---

Hi Chris,

Rui's recent patch prompted me to send this patch, which I have been
running with for a while.

ATB,
Ramsay Jones

 parse.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/parse.c b/parse.c
index b43d683..4b03192 100644
--- a/parse.c
+++ b/parse.c
@@ -504,6 +504,8 @@ static struct init_keyword {
 const char *ignored_attributes[] = {
 	"alias",
 	"__alias__",
+	"alloc_align",
+	"__alloc_align__",
 	"alloc_size",
 	"__alloc_size__",
 	"always_inline",
-- 
2.8.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-03 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 14:30 [PATCH] sparse: add 'alloc_align' to the ignored attributes Ramsay Jones
2016-09-28 22:10 ` Christopher Li
2016-10-03 13:42   ` Ramsay Jones

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.