tree a54a24c67650a0f2999916c35bbffd9469bb75f0
parent 843684a24eb7b261461d8bc1aa723c23732ecb94
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Mon, 05 Sep 2005 03:26:18 +0100
committer Jeff Garzik <[EMAIL PROTECTED]> Tue, 06 Sep 2005 01:57:23 -0400

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

Signed-off-by: Al Viro <[EMAIL PROTECTED]>
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>

 net/core/ethtool.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/ethtool.c b/net/core/ethtool.c
--- a/net/core/ethtool.c
+++ b/net/core/ethtool.c
@@ -695,7 +695,7 @@ static int ethtool_get_stats(struct net_
        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;
        u8 *data;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to