Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23386
b: refs/heads/master
c: b502962
h: refs/heads/master
v: v3
  • Loading branch information
Bastian Blank authored and Linus Torvalds committed Mar 24, 2006
1 parent d7a6786 commit fbe6f25
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: 88abaab4f9b08381e30e737980a1c49d6b524dfc
refs/heads/master: b5029622ac86bb441dc5e641226fb1152fca02d7
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static int
dasd_ioctl_api_version(void __user *argp)
{
int ver = DASD_API_VERSION;
return put_user(ver, (int *)argp);
return put_user(ver, (int __user *)argp);
}

/*
Expand Down

0 comments on commit fbe6f25

Please sign in to comment.