diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-14 14:34:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-14 15:41:51 -0400 |
commit | a39f9d028a48c9dfbc98e8c1504bf96578c65164 (patch) | |
tree | ce0f7998c27b6a7b0955fbff8edf4300aa7a9547 /drivers/char/watchdog/mpc5200_wdt.c | |
parent | 9d966d495c4ac2fcbd010f681425f67141f80bad (diff) |
mpc5200_wdt: __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/watchdog/mpc5200_wdt.c')
-rw-r--r-- | drivers/char/watchdog/mpc5200_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/watchdog/mpc5200_wdt.c b/drivers/char/watchdog/mpc5200_wdt.c index 564143d40610..9cfb97576623 100644 --- a/drivers/char/watchdog/mpc5200_wdt.c +++ b/drivers/char/watchdog/mpc5200_wdt.c | |||
@@ -81,7 +81,7 @@ static int mpc5200_wdt_stop(struct mpc5200_wdt *wdt) | |||
81 | 81 | ||
82 | 82 | ||
83 | /* file operations */ | 83 | /* file operations */ |
84 | static ssize_t mpc5200_wdt_write(struct file *file, const char *data, | 84 | static ssize_t mpc5200_wdt_write(struct file *file, const char __user *data, |
85 | size_t len, loff_t *ppos) | 85 | size_t len, loff_t *ppos) |
86 | { | 86 | { |
87 | struct mpc5200_wdt *wdt = file->private_data; | 87 | struct mpc5200_wdt *wdt = file->private_data; |