Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105760
b: refs/heads/master
c: ed9559d
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Jul 25, 2008
1 parent b3c4209 commit 3bbc268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43
refs/heads/master: ed9559d38a87a44e3bda87d73a50aab92471d7dc
3 changes: 2 additions & 1 deletion trunk/include/linux/kthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3bbc268

Please sign in to comment.