]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[TCP] MD5: Remove some more unnecessary casting.
authorMatthias M. Dellweg <2500@gmx.de>
Tue, 30 Oct 2007 03:55:27 +0000 (20:55 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 30 Oct 2007 05:37:27 +0000 (22:37 -0700)
commitb0a713e9e6091b30d0e615d2be88017a57f37c76
treeb83975b197785e38a1535638cb326639c09abcc4
parentc940587bf603b4295a7f5e9ff8fed123368a1ef7
[TCP] MD5: Remove some more unnecessary casting.

while reviewing the tcp_md5-related code further i came across with
another two of these casts which you probably have missed. I don't
actually think that they impose a problem by now, but as you said we
should remove them.

Signed-off-by: Matthias M. Dellweg <2500@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c