[IPV4]: trivial igmp annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro 2006-09-27 18:31:32 -07:00 committed by David S. Miller
parent c0cda068aa
commit 63007727e0
2 changed files with 18 additions and 18 deletions

View file

@ -140,7 +140,7 @@ struct ip_sf_socklist
};
#define IP_SFLSIZE(count) (sizeof(struct ip_sf_socklist) + \
(count) * sizeof(__u32))
(count) * sizeof(__be32))
#define IP_SFBLOCK 10 /* allocate this many at once */