Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69133
b: refs/heads/master
c: 0dbee3a
h: refs/heads/master
i:
  69131: 176e399
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Oct 15, 2007
1 parent f8e868c commit 808a71a
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: 7a6c6bcee029a978f866511d6e41dbc7301fde4c
refs/heads/master: 0dbee3a6b006dbe814d002cb18e94bf24a216451
2 changes: 1 addition & 1 deletion trunk/kernel/sched_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int sched_debug_open(struct inode *inode, struct file *filp)
return single_open(filp, sched_debug_show, NULL);
}

static struct file_operations sched_debug_fops = {
static const struct file_operations sched_debug_fops = {
.open = sched_debug_open,
.read = seq_read,
.llseek = seq_lseek,
Expand Down

0 comments on commit 808a71a

Please sign in to comment.