aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 00:28:34 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 20:54:10 -0400
commita60c4923da795c74db9ff61a60e2f1df5754e4ce (patch)
tree70811e8c52e0edab4e27540b91c26f96daec6894 /net
parentd9c9df8c9368f4102324e8c3923edae83974602b (diff)
[IPV4]: ip_check_mc() annotations
annotated arguments Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/igmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c
index 58be8227b0cb..d8068c483781 100644
--- a/net/ipv4/igmp.c
+++ b/net/ipv4/igmp.c
@@ -2216,7 +2216,7 @@ void ip_mc_drop_socket(struct sock *sk)
2216 rtnl_unlock(); 2216 rtnl_unlock();
2217} 2217}
2218 2218
2219int ip_check_mc(struct in_device *in_dev, u32 mc_addr, u32 src_addr, u16 proto) 2219int ip_check_mc(struct in_device *in_dev, __be32 mc_addr, __be32 src_addr, u16 proto)
2220{ 2220{
2221 struct ip_mc_list *im; 2221 struct ip_mc_list *im;
2222 struct ip_sf_list *psf; 2222 struct ip_sf_list *psf;