aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-26 22:13:35 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 17:54:11 -0700
commitff428d72c59b35e4ba34bc1b487e707648010fe3 (patch)
tree27fca5deb97e0a91f731327d13510b0050863e7a /net/ipv4/devinet.c
parent[IPV4]: ip_check_mc() annotations (diff)
downloadlinux-dev-ff428d72c59b35e4ba34bc1b487e707648010fe3.tar.xz
linux-dev-ff428d72c59b35e4ba34bc1b487e707648010fe3.zip
[IPV4]: inet_addr_onlink() annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/devinet.c')
-rw-r--r--net/ipv4/devinet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
index bffbbecef455..5988584f6a6d 100644
--- a/net/ipv4/devinet.c
+++ b/net/ipv4/devinet.c
@@ -224,7 +224,7 @@ static void inetdev_destroy(struct in_device *in_dev)
call_rcu(&in_dev->rcu_head, in_dev_rcu_put);
}
-int inet_addr_onlink(struct in_device *in_dev, u32 a, u32 b)
+int inet_addr_onlink(struct in_device *in_dev, __be32 a, __be32 b)
{
rcu_read_lock();
for_primary_ifa(in_dev) {