From: Al Viro Date: Thu, 28 Sep 2006 01:38:30 +0000 (-0700) Subject: [IPV4] net/ipv4/icmp.c: trivial annotations X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b03d73e30c1b29a365f085bca5214a14c6df3859;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [IPV4] net/ipv4/icmp.c: trivial annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 2afa619d17eb..b39a37a47545 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -104,7 +104,7 @@ struct icmp_bxm { struct { struct icmphdr icmph; - __u32 times[3]; + __be32 times[3]; } data; int head_len; struct ip_options replyopts;