diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-04-15 05:27:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-15 20:11:37 +0200 |
commit | 0022d2dd4d76e0e7d5c241c343a5016fdfa2ad4f (patch) | |
tree | 2446c167fb2a7ebf354e3758948d803971d6b4bb /net/core | |
parent | net: sctp: remove sctp_ep_common struct member 'malloced' (diff) | |
download | linux-0022d2dd4d76e0e7d5c241c343a5016fdfa2ad4f.tar.xz linux-0022d2dd4d76e0e7d5c241c343a5016fdfa2ad4f.zip |
net: sctp: minor: make sctp_ep_common's member 'dead' a bool
Since dead only holds two states (0,1), make it a bool instead
of a 'char', which is more appropriate for its purpose.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions