Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223996
b: refs/heads/master
c: 28d0686
h: refs/heads/master
v: v3
  • Loading branch information
Erik Gilling authored and Ingo Molnar committed Nov 23, 2010
1 parent cd03ad3 commit a9e6e1d
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: 9437178f623a19af5951808d880a8599f66ac150
refs/heads/master: 28d0686cf7b14e30243096bd874d3f80591ed392
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5249,7 +5249,7 @@ void sched_show_task(struct task_struct *p)
unsigned state;

state = p->state ? __ffs(p->state) + 1 : 0;
printk(KERN_INFO "%-13.13s %c", p->comm,
printk(KERN_INFO "%-15.15s %c", p->comm,
state < sizeof(stat_nam) - 1 ? stat_nam[state] : '?');
#if BITS_PER_LONG == 32
if (state == TASK_RUNNING)
Expand Down

0 comments on commit a9e6e1d

Please sign in to comment.