Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187768
b: refs/heads/master
c: b80109e
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Jiri Kosina committed Feb 9, 2010
1 parent 3594cb8 commit ec12351
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3ad2f3fbb961429d2aa627465ae4829758bc7e07
refs/heads/master: b80109e256bc17ed66c9d559175f087b03ca2a8e
2 changes: 1 addition & 1 deletion trunk/kernel/kthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create)
*
* Description: This helper function creates and names a kernel
* thread. The thread will be stopped: use wake_up_process() to start
* it. See also kthread_run(), kthread_create_on_cpu().
* it. See also kthread_run().
*
* When woken, the thread will run @threadfn() with @data as its
* argument. @threadfn() can either call do_exit() directly if it is a
Expand Down

0 comments on commit ec12351

Please sign in to comment.