inet: constify ip headers and in6_addr
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 22 Apr 2011 04:53:02 +0000 (04:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Apr 2011 18:04:14 +0000 (11:04 -0700)
Add const qualifiers to structs iphdr, ipv6hdr and in6_addr pointers
where possible, to make code intention more obvious.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found