Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15178
b: refs/heads/master
c: e896fd9
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent da8a51a commit d5b0524
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: 5ad9201be7f7d52d712fe3c3e841fdc19216ede1
refs/heads/master: e896fd9861181140617aa9ff3a54dac25e46351d
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/wdrtas.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int
wdrtas_ioctl(struct inode *inode, struct file *file,
unsigned int cmd, unsigned long arg)
{
int __user *argp = (void *)arg;
int __user *argp = (void __user *)arg;
int i;
static struct watchdog_info wdinfo = {
.options = WDRTAS_SUPPORTED_MASK,
Expand Down

0 comments on commit d5b0524

Please sign in to comment.