Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167480
b: refs/heads/master
c: d3acf71
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Oct 14, 2009
1 parent 055b1d8 commit a791eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d9fa9441ed6e0467d7d41de730581874c997e658
refs/heads/master: d3acf71fb8daecc8ab8b1371d29d15df0c30a315
4 changes: 2 additions & 2 deletions trunk/drivers/s390/char/sclp_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static struct notifier_block call_home_panic_nb = {
.priority = INT_MAX,
};

static int proc_handler_callhome(ctl_table *ctl, int write, struct file *filp,
static int proc_handler_callhome(struct ctl_table *ctl, int write,
void __user *buffer, size_t *count,
loff_t *ppos)
{
Expand Down Expand Up @@ -100,7 +100,7 @@ static struct ctl_table callhome_table[] = {
{
.procname = "callhome",
.mode = 0644,
.proc_handler = &proc_handler_callhome,
.proc_handler = proc_handler_callhome,
},
{ .ctl_name = 0 }
};
Expand Down

0 comments on commit a791eda

Please sign in to comment.