Skip to content
Snippets Groups Projects
Commit a39f9d02 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

mpc5200_wdt: __user annotations

parent 9d966d49
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment