[PATCH] (7/7) __user annotations (ethtool)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
viro@ftp.linux.org.uk 2005-09-05 03:26:18 +01:00 committed by Jeff Garzik
parent 843684a24e
commit 0bf0519d2b
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ static int ethtool_get_stats(struct net_device *dev, void __user *useraddr)
return ret; return ret;
} }
static int ethtool_get_perm_addr(struct net_device *dev, void *useraddr) static int ethtool_get_perm_addr(struct net_device *dev, void __user *useraddr)
{ {
struct ethtool_perm_addr epaddr; struct ethtool_perm_addr epaddr;
u8 *data; u8 *data;