projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad9201
)
[PATCH] wdrtas.c: fix __user annotations
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 15 Dec 2005 09:18:05 +0000
(09:18 +0000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 15 Dec 2005 18:04:30 +0000
(10:04 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/watchdog/wdrtas.c
patch
|
blob
|
history
diff --git
a/drivers/char/watchdog/wdrtas.c
b/drivers/char/watchdog/wdrtas.c
index 619e2ffca33ff4bd62f28a6b519fa63f189feeb1..dacfe31caccf3fb5f3fb525f349dabec087cd644 100644
(file)
--- a/
drivers/char/watchdog/wdrtas.c
+++ b/
drivers/char/watchdog/wdrtas.c
@@
-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,