Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63508
b: refs/heads/master
c: 4e24f4e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Wim Van Sebroeck committed Jul 24, 2007
1 parent f652b67 commit 65172fb
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: c0e962f93d0b6ecc594dc75bb28ee744143cdbe4
refs/heads/master: 4e24f4edb6e04677c04fc5b456eb4be95d93f2cd
2 changes: 1 addition & 1 deletion trunk/drivers/char/watchdog/cpu5wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int cpu5wdt_ioctl(struct inode *inode, struct file *file, unsigned int cm
break;
case WDIOC_GETBOOTSTATUS:
if ( copy_to_user(argp, &value, sizeof(int)) )
retrun -EFAULT;
return -EFAULT;
break;
case WDIOC_GETSUPPORT:
if ( copy_to_user(argp, &ident, sizeof(ident)) )
Expand Down

0 comments on commit 65172fb

Please sign in to comment.