[NET] net/core: 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-11-14 20:48:11 -08:00 committed by David S. Miller
parent 448c31aa34
commit 252e33467a
4 changed files with 38 additions and 42 deletions

View file

@ -330,7 +330,7 @@ static void arp_reply(struct sk_buff *skb)
struct arphdr *arp;
unsigned char *arp_ptr;
int size, type = ARPOP_REPLY, ptype = ETH_P_ARP;
u32 sip, tip;
__be32 sip, tip;
struct sk_buff *send_skb;
struct netpoll *np = NULL;