aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-14 23:48:11 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:22:49 -0500
commit252e33467a3b016f20dd8df12269cef3b167f21e (patch)
treed8ea541988b3352dd832df8a9e6ab5ca195e3528 /net/core/netpoll.c
parent448c31aa34b5ee947d322e8747c4cf801fc4c104 (diff)
[NET] net/core: Annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/netpoll.c')
-rw-r--r--net/core/netpoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/netpoll.c b/net/core/netpoll.c
index 0746c81c57b0..523141ee920c 100644
--- a/net/core/netpoll.c
+++ b/net/core/netpoll.c
@@ -330,7 +330,7 @@ static void arp_reply(struct sk_buff *skb)
330 struct arphdr *arp; 330 struct arphdr *arp;
331 unsigned char *arp_ptr; 331 unsigned char *arp_ptr;
332 int size, type = ARPOP_REPLY, ptype = ETH_P_ARP; 332 int size, type = ARPOP_REPLY, ptype = ETH_P_ARP;
333 u32 sip, tip; 333 __be32 sip, tip;
334 struct sk_buff *send_skb; 334 struct sk_buff *send_skb;
335 struct netpoll *np = NULL; 335 struct netpoll *np = NULL;
336 336