diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 21:38:30 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 21:02:19 -0400 |
commit | b03d73e30c1b29a365f085bca5214a14c6df3859 (patch) | |
tree | 729c73b7c24a67f8bb27cb6cc2a602470efc1cf1 /net/ipv4/icmp.c | |
parent | b1dd39ac963040c2d282ab8026b9c9aa9306ea06 (diff) |
[IPV4] net/ipv4/icmp.c: trivial annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r-- | net/ipv4/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 2afa619d17e..b39a37a4754 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c | |||
@@ -104,7 +104,7 @@ struct icmp_bxm { | |||
104 | 104 | ||
105 | struct { | 105 | struct { |
106 | struct icmphdr icmph; | 106 | struct icmphdr icmph; |
107 | __u32 times[3]; | 107 | __be32 times[3]; |
108 | } data; | 108 | } data; |
109 | int head_len; | 109 | int head_len; |
110 | struct ip_options replyopts; | 110 | struct ip_options replyopts; |