Skip to content

Commit

Permalink
mpc5200_wdt: __user annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 14, 2007
1 parent 9d966d4 commit a39f9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/watchdog/mpc5200_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int mpc5200_wdt_stop(struct mpc5200_wdt *wdt)


/* file operations */
static ssize_t mpc5200_wdt_write(struct file *file, const char *data,
static ssize_t mpc5200_wdt_write(struct file *file, const char __user *data,
size_t len, loff_t *ppos)
{
struct mpc5200_wdt *wdt = file->private_data;
Expand Down

0 comments on commit a39f9d0

Please sign in to comment.