net: annotate inet_timewait_sock bitfields
authorVegard Nossum <vegard.nossum@gmail.com>
Sat, 18 Oct 2008 15:37:51 +0000 (17:37 +0200)
committerVegard Nossum <vegard.nossum@gmail.com>
Mon, 15 Jun 2009 13:49:32 +0000 (15:49 +0200)
commit9e337b0fb3baa3c22490365b1bdee6f4741413d4
treebba282e16e73c7e911e1a83ffe249a0ae05b4f1d
parent96c25c81ecf452b778e2f432bd17c95de637d129
net: annotate inet_timewait_sock bitfields

The use of bitfields here would lead to false positive warnings with
kmemcheck. Silence them.

(Additionally, one erroneous comment related to the bitfield was also
fixed.)

Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
include/net/inet_timewait_sock.h
net/ipv4/inet_timewait_sock.c