Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e896fd98 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] wdrtas.c: fix __user annotations

parent 5ad9201b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,