diff options
author | 2010-05-26 00:40:11 -0700 | |
---|---|---|
committer | 2010-05-26 00:40:11 -0700 | |
commit | ff937938e7781b2c1bffce0a5400af308e3946d5 (patch) | |
tree | 70a5ccf25d967d93f4a47ab30d25b0b81e538cd5 /lib/bug.c | |
parent | ipmr: off by one in __ipmr_fill_mroute() (diff) | |
download | wireguard-linux-ff937938e7781b2c1bffce0a5400af308e3946d5.tar.xz wireguard-linux-ff937938e7781b2c1bffce0a5400af308e3946d5.zip |
sctp: dubious bitfields in sctp_transport
Sparse complains because these one-bit bitfields are signed.
include/net/sctp/structs.h:879:24: error: dubious one-bit signed bitfield
include/net/sctp/structs.h:889:31: error: dubious one-bit signed bitfield
include/net/sctp/structs.h:895:26: error: dubious one-bit signed bitfield
include/net/sctp/structs.h:898:31: error: dubious one-bit signed bitfield
include/net/sctp/structs.h:901:27: error: dubious one-bit signed bitfield
It doesn't cause a problem in the current code, but it would be better
to clean it up. This was introduced by c0058a35aacc7: "sctp: Save some
room in the sctp_transport by using bitfields".
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/bug.c')
0 files changed, 0 insertions, 0 deletions