* [PATCH] Label kthread_create() with printf attribute tag.
@ 2008-07-25 2:11 Rusty Russell
0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2008-07-25 2:11 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel
Obvious misc patch been in my queue (& linux-next) for over a cycle.
Linus please apply.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
include/linux/kthread.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -r 9b5082037972 include/linux/kthread.h
--- a/include/linux/kthread.h Mon Apr 07 17:06:45 2008 +1000
+++ b/include/linux/kthread.h Mon Apr 07 17:07:09 2008 +1000
@@ -6,7 +6,8 @@
struct task_struct *kthread_create(int (*threadfn)(void *data),
void *data,
- const char namefmt[], ...);
+ const char namefmt[], ...)
+ __attribute__((format(printf, 3, 4)));
/**
* kthread_run - create and wake a thread.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Label kthread_create() with printf attribute tag.
@ 2008-04-20 20:35 Rusty Russell
0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2008-04-20 20:35 UTC (permalink / raw)
To: linux-kernel
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
include/linux/kthread.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -r 9b5082037972 include/linux/kthread.h
--- a/include/linux/kthread.h Mon Apr 07 17:06:45 2008 +1000
+++ b/include/linux/kthread.h Mon Apr 07 17:07:09 2008 +1000
@@ -6,7 +6,8 @@
struct task_struct *kthread_create(int (*threadfn)(void *data),
void *data,
- const char namefmt[], ...);
+ const char namefmt[], ...)
+ __attribute__((format(printf, 3, 4)));
/**
* kthread_run - create and wake a thread.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-25 2:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-25 2:11 [PATCH] Label kthread_create() with printf attribute tag Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2008-04-20 20:35 Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox